#ED90D2

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

Shades of Lavender Rose #ED90D2

Tints of Lavender Rose #ED90D2

Color information

#ED90D2 (or 0xED90D2) is unknown color: approx Lavender Rose. HEX triplet: ED, 90 and D2. RGB value is (237,144,210). Sum of RGB (Red+Green+Blue) = 237+144+210=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90D2 is #126F2D. Grayscale: #B3B3B3. Windows color (decimal): -1208110 or 13799661. OLE color: 13799661.

HSL color Cylindrical-coordinate representation of color #ED90D2: hue angle of 317.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90D2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237144210-
CMYK00.390.110.07
HSL317.42º72.09%74.71%-
HSV(B)317.42º39.24%92.94%-
XYZ56.5342.666.22-
YUV179.33145.31169.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=40.10%
G=24.37%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714421000.390.110.07317.4272.0974.71
HexED90D2027B713d484b
Octal355220322047137475110113
Binary1110110110010000110100100100111101111110011110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90D2; }

 p { color: rgb(237,144,210); }

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

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

 a { background-color: rgb(237,144,210); }

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

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

 span { border-color: rgb(237,144,210); }

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