Html Css Color HEX #EDA9E5 Lavender Rose

📋 copy color: '#EDA9E5'

red 237 ◦ green 169 ◦ blue 229

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

Shades of Lavender Rose #EDA9E5

Tints of Lavender Rose #EDA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.61%

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 37.32%
G = 26.61%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDA9E5 (or 0xEDA9E5) is known color: Lavender Rose. HEX triplet: ED, A9 and E5. RGB value is (237,169,229). Sum of RGB (Red+Green+Blue) = 237+169+229=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9E5 is #12561A. Grayscale: #C4C4C4. Windows color (decimal): -1201691 or 15051245. OLE color: 15051245.

HSL color Cylindrical-coordinate representation of color #EDA9E5: hue angle of 307.06º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9E5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 229 -
CMYK 0 0.29 0.03 0.07
HSL 307.06º 0.65% 0.8% -
HSV(B) 307.06º 0.29% 0.93% -
XYZ 63.26 52.04 80.84 -
YUV 196.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 237 169 229 0 0.29 0.03 0.07 307.06 0.65 0.8
Hex ED A9 E5 0 1D 3 7 133 41 50
Octal 355 251 345 0 35 3 7 463 101 120
Binary 11101101 10101001 11100101 0 11101 11 111 100110011 1000001 1010000

Color Harmonies of #EDA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9E5

Black with #EDA9E5

Text Example


Text Example

White with #EDA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9E5; }

 p { color: rgb(237,169,229); }

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

background-color css

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

 a { background-color: rgb(237,169,229); }

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

border-color css

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

 span { border-color: rgb(237,169,229); }

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