#ED9AD9

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

Shades of Lavender Rose #ED9AD9

Tints of Lavender Rose #ED9AD9

Color information

#ED9AD9 (or 0xED9AD9) is unknown color: approx Lavender Rose. HEX triplet: ED, 9A and D9. RGB value is (237,154,217). Sum of RGB (Red+Green+Blue) = 237+154+217=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AD9 is #126526. Grayscale: #B9B9B9. Windows color (decimal): -1205543 or 14260973. OLE color: 14260973.

HSL color Cylindrical-coordinate representation of color #ED9AD9: hue angle of 314.46º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AD9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237154217-
CMYK00.350.080.07
HSL314.46º69.75%76.67%-
HSV(B)314.46º35.02%92.94%-
XYZ59.0146.1371.44-
YUV186145.5164.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=38.98%
G=25.33%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715421700.350.080.07314.4669.7576.67
HexED9AD90238713a464d
Octal355232331043107472106115
Binary1110110110011010110110010100011100011110011101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AD9; }

 p { color: rgb(237,154,217); }

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

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

 a { background-color: rgb(237,154,217); }

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

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

 span { border-color: rgb(237,154,217); }

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