#ED91D4

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

Shades of Lavender Rose #ED91D4

Tints of Lavender Rose #ED91D4

Color information

#ED91D4 (or 0xED91D4) is unknown color: approx Lavender Rose. HEX triplet: ED, 91 and D4. RGB value is (237,145,212). Sum of RGB (Red+Green+Blue) = 237+145+212=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D4 is #126E2B. Grayscale: #B3B3B3. Windows color (decimal): -1207852 or 13930989. OLE color: 13930989.

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

Color convert

RGB237145212-
CMYK00.390.110.07
HSL316.3º71.88%74.9%-
HSV(B)316.3º38.82%92.94%-
XYZ56.9343.0167.59-
YUV180.15145.98168.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=39.90%
G=24.41%
B=35.69%

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
Decimal23714521200.390.110.07316.371.8874.9
HexED91D4027B713c484b
Octal355221324047137474110113
Binary1110110110010001110101000100111101111110011110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91D4; }

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

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

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

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

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

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

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

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