#ED91D2

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

Shades of Lavender Rose #ED91D2

Tints of Lavender Rose #ED91D2

Color information

#ED91D2 (or 0xED91D2) is unknown color: approx Lavender Rose. HEX triplet: ED, 91 and D2. RGB value is (237,145,210). Sum of RGB (Red+Green+Blue) = 237+145+210=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D2 is #126E2D. Grayscale: #B3B3B3. Windows color (decimal): -1207854 or 13799917. OLE color: 13799917.

HSL color Cylindrical-coordinate representation of color #ED91D2: hue angle of 317.61º 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 #ED91D2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237145210-
CMYK00.390.110.07
HSL317.61º71.88%74.9%-
HSV(B)317.61º38.82%92.94%-
XYZ56.6842.9166.27-
YUV179.92144.98168.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=40.03%
G=24.49%
B=35.47%

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
Decimal23714521000.390.110.07317.6171.8874.9
HexED91D2027B713e484b
Octal355221322047137476110113
Binary1110110110010001110100100100111101111110011111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91D2; }

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

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

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

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

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

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

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

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