#ED9ADD

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

Shades of Lavender Rose #ED9ADD

Tints of Lavender Rose #ED9ADD

Color information

#ED9ADD (or 0xED9ADD) is unknown color: approx Lavender Rose. HEX triplet: ED, 9A and DD. RGB value is (237,154,221). Sum of RGB (Red+Green+Blue) = 237+154+221=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADD is #126522. Grayscale: #BABABA. Windows color (decimal): -1205539 or 14523117. OLE color: 14523117.

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

Color convert

RGB237154221-
CMYK00.350.070.07
HSL311.57º69.75%76.67%-
HSV(B)311.57º35.02%92.94%-
XYZ59.5346.3474.21-
YUV186.46147.5164.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=38.73%
G=25.16%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715422100.350.070.07311.5769.7576.67
HexED9ADD02377138464d
Octal35523233504377470106115
Binary111011011001101011011101010001111111110011100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9ADD; }

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

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

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

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

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

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

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

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