Html Css Color HEX #EAA4DD Lavender Rose

📋 copy color: '#EAA4DD'

red 234 ◦ green 164 ◦ blue 221

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

Shades of Lavender Rose #EAA4DD

Tints of Lavender Rose #EAA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 37.8%
G = 26.49%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA4DD (or 0xEAA4DD) is known color: Lavender Rose. HEX triplet: EA, A4 and DD. RGB value is (234,164,221). Sum of RGB (Red+Green+Blue) = 234+164+221=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DD is #155B22. Grayscale: #BFBFBF. Windows color (decimal): -1399587 or 14525674. OLE color: 14525674.

HSL color Cylindrical-coordinate representation of color #EAA4DD: hue angle of 311.14º 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 #EAA4DD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 221 -
CMYK 0 0.30 0.06 0.08
HSL 311.14º 0.63% 0.78% -
HSV(B) 311.14º 0.3% 0.92% -
XYZ 60.26 49.26 74.74 -
YUV 191.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 234 164 221 0 0.30 0.06 0.08 311.14 0.63 0.78
Hex EA A4 DD 0 1E 6 8 137 3E 4E
Octal 352 244 335 0 36 6 10 467 76 116
Binary 11101010 10100100 11011101 0 11110 110 1000 100110111 111110 1001110

Color Harmonies of #EAA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4DD

Black with #EAA4DD

Text Example


Text Example

White with #EAA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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