#ed4aad

Color #ED4AAD Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED4AAD

Tints of Brilliant Rose #ED4AAD

Color information

#ED4AAD (or 0xED4AAD) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4A and AD. RGB value is (237,74,173). Sum of RGB (Red+Green+Blue) = 237+74+173=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4AAD is #12B552. Grayscale: #858585. Windows color (decimal): -1226067 or 11356909. OLE color: 11356909.

HSL color Cylindrical-coordinate representation of color #ED4AAD: hue angle of 323.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4AAD is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23774173-
CMYK00.690.270.07
HSL323.56º81.91%60.98%-
HSV(B)323.56º68.78%92.94%-
XYZ44.9225.9242.17-
YUV134.02150201.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 74 (29.30% from 255) = 15.29%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=48.97%
G=15.29%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377417300.690.270.07323.5681.9160.98
HexED4AAD0451B7144523d
Octal355112255010533750412275
Binary1110110110010101010110101000101110111111010001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4aad; }

 p { color: rgb(237,74,173); }

 H1.HeaderClassName
 {
   color: #ed4aad;
 }
 .AnyTagClassName
 {
   color: #ed4aad;
 }
</style>
background-color css

<style>
 a { background-color: #ed4aad; }

 a { background-color: rgb(237,74,173); }

 div.DivClassName
 {
   background-color: #ed4aad;
 }
 .BgClassName
 {
   background-color: #ed4aad;
 }
</style>
border-color css

<style>
 span { border-color: #ed4aad; }

 span { border-color: rgb(237,74,173); }

 td.TdClassName
 {
   border-color: #ed4aad;
 }
 .TagClassName
 {
   border-color: #ed4aad;
 }
</style>