#ED96DD

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

Shades of Lavender Rose #ED96DD

Tints of Lavender Rose #ED96DD

Color information

#ED96DD (or 0xED96DD) is unknown color: approx Lavender Rose. HEX triplet: ED, 96 and DD. RGB value is (237,150,221). Sum of RGB (Red+Green+Blue) = 237+150+221=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96DD is #126922. Grayscale: #B7B7B7. Windows color (decimal): -1206563 or 14522093. OLE color: 14522093.

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

Color convert

RGB237150221-
CMYK00.370.070.07
HSL311.03º70.73%75.88%-
HSV(B)311.03º36.71%92.94%-
XYZ58.8845.0474-
YUV184.11148.82165.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 150 (58.98% from 255) = 24.67%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=38.98%
G=24.67%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715022100.370.070.07311.0370.7375.88
HexED96DD02577137474c
Octal35522633504577467107114
Binary111011011001011011011101010010111111110011011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96DD; }

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

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

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

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

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

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

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

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