Html Css Color HEX #EDA0D8 Lavender Rose

📋 copy color: '#EDA0D8'

red 237 ◦ green 160 ◦ blue 216

#EDA0D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EDA0D8

Tints of Lavender Rose #EDA0D8

RGB

 RED value IS 237 (92.97% from 255) = 38.66%

 GREEN value IS 160 (62.89% from 255) = 26.1%

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 38.66%
G = 26.1%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDA0D8 (or 0xEDA0D8) is known color: Lavender Rose. HEX triplet: ED, A0 and D8. RGB value is (237,160,216). Sum of RGB (Red+Green+Blue) = 237+160+216=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0D8 is #125F27. Grayscale: #BDBDBD. Windows color (decimal): -1204008 or 14196973. OLE color: 14196973.

HSL color Cylindrical-coordinate representation of color #EDA0D8: hue angle of 316.36º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0D8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 216 -
CMYK 0 0.32 0.09 0.07
HSL 316.36º 0.68% 0.78% -
HSV(B) 316.36º 0.32% 0.93% -
XYZ 59.89 48.1 71.09 -
YUV 189.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 237 160 216 0 0.32 0.09 0.07 316.36 0.68 0.78
Hex ED A0 D8 0 20 9 7 13C 44 4E
Octal 355 240 330 0 40 11 7 474 104 116
Binary 11101101 10100000 11011000 0 100000 1001 111 100111100 1000100 1001110

Color Harmonies of #EDA0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0D8

Black with #EDA0D8

Text Example


Text Example

White with #EDA0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0D8; }

 p { color: rgb(237,160,216); }

 H1.HeaderClassName
 {
   color: #EDA0D8;
 }
 .AnyTagClassName
 {
   color: #EDA0D8;
 }
</style>

background-color css

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

 a { background-color: rgb(237,160,216); }

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

border-color css

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

 span { border-color: rgb(237,160,216); }

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