Html Css Color HEX #EAA4DA Lavender Rose

📋 copy color: '#EAA4DA'

red 234 ◦ green 164 ◦ blue 218

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

Shades of Lavender Rose #EAA4DA

Tints of Lavender Rose #EAA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.62%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 37.99%
G = 26.62%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAA4DA (or 0xEAA4DA) is known color: Lavender Rose. HEX triplet: EA, A4 and DA. RGB value is (234,164,218). Sum of RGB (Red+Green+Blue) = 234+164+218=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DA is #155B25. Grayscale: #BEBEBE. Windows color (decimal): -1399590 or 14329066. OLE color: 14329066.

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

Color convert

RGB 234 164 218 -
CMYK 0 0.30 0.07 0.08
HSL 313.71º 0.63% 0.78% -
HSV(B) 313.71º 0.3% 0.92% -
XYZ 59.86 49.11 72.65 -
YUV 191.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 234 164 218 0 0.30 0.07 0.08 313.71 0.63 0.78
Hex EA A4 DA 0 1E 7 8 13A 3E 4E
Octal 352 244 332 0 36 7 10 472 76 116
Binary 11101010 10100100 11011010 0 11110 111 1000 100111010 111110 1001110

Color Harmonies of #EAA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4DA

Black with #EAA4DA

Text Example


Text Example

White with #EAA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4DA; }

 p { color: rgb(234,164,218); }

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

background-color css

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

 a { background-color: rgb(234,164,218); }

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

border-color css

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

 span { border-color: rgb(234,164,218); }

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