Html Css Color HEX #EAA5DE Lavender Rose

📋 copy color: '#EAA5DE'

red 234 ◦ green 165 ◦ blue 222

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

Shades of Lavender Rose #EAA5DE

Tints of Lavender Rose #EAA5DE

RGB

 RED value IS 234 (91.8% from 255) = 37.68%

 GREEN value IS 165 (64.84% from 255) = 26.57%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 37.68%
G = 26.57%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAA5DE (or 0xEAA5DE) is known color: Lavender Rose. HEX triplet: EA, A5 and DE. RGB value is (234,165,222). Sum of RGB (Red+Green+Blue) = 234+165+222=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DE is #155A21. Grayscale: #BFBFBF. Windows color (decimal): -1399330 or 14591466. OLE color: 14591466.

HSL color Cylindrical-coordinate representation of color #EAA5DE: hue angle of 310.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5DE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 222 -
CMYK 0 0.29 0.05 0.08
HSL 310.43º 0.62% 0.78% -
HSV(B) 310.43º 0.29% 0.92% -
XYZ 60.57 49.68 75.5 -
YUV 192.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 234 165 222 0 0.29 0.05 0.08 310.43 0.62 0.78
Hex EA A5 DE 0 1D 5 8 136 3E 4E
Octal 352 245 336 0 35 5 10 466 76 116
Binary 11101010 10100101 11011110 0 11101 101 1000 100110110 111110 1001110

Color Harmonies of #EAA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5DE

Black with #EAA5DE

Text Example


Text Example

White with #EAA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5DE; }

 p { color: rgb(234,165,222); }

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

background-color css

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

 a { background-color: rgb(234,165,222); }

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

border-color css

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

 span { border-color: rgb(234,165,222); }

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