#ED9ADC

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

Shades of Lavender Rose #ED9ADC

Tints of Lavender Rose #ED9ADC

Color information

#ED9ADC (or 0xED9ADC) is unknown color: approx Lavender Rose. HEX triplet: ED, 9A and DC. RGB value is (237,154,220). Sum of RGB (Red+Green+Blue) = 237+154+220=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADC is #126523. Grayscale: #BABABA. Windows color (decimal): -1205540 or 14457581. OLE color: 14457581.

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

Color convert

RGB237154220-
CMYK00.350.070.07
HSL312.29º69.75%76.67%-
HSV(B)312.29º35.02%92.94%-
XYZ59.446.2873.51-
YUV186.34147164.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=38.79%
G=25.20%
B=36.01%

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
Decimal23715422000.350.070.07312.2969.7576.67
HexED9ADC02377138464d
Octal35523233404377470106115
Binary111011011001101011011100010001111111110011100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9ADC; }

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

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

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

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

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

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

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

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