#ED96D2

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

Shades of Lavender Rose #ED96D2

Tints of Lavender Rose #ED96D2

Color information

#ED96D2 (or 0xED96D2) is unknown color: approx Lavender Rose. HEX triplet: ED, 96 and D2. RGB value is (237,150,210). Sum of RGB (Red+Green+Blue) = 237+150+210=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96D2 is #12692D. Grayscale: #B6B6B6. Windows color (decimal): -1206574 or 13801197. OLE color: 13801197.

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

Color convert

RGB237150210-
CMYK00.370.110.07
HSL318.62º70.73%75.88%-
HSV(B)318.62º36.71%92.94%-
XYZ57.4644.4766.53-
YUV182.85143.32166.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=39.70%
G=25.13%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715021000.370.110.07318.6270.7375.88
HexED96D2025B713f474c
Octal355226322045137477107114
Binary1110110110010110110100100100101101111110011111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96D2; }

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

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

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

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

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

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

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

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