Html Css Color HEX #EAA4DB Lavender Rose

📋 copy color: '#EAA4DB'

red 234 ◦ green 164 ◦ blue 219

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

Shades of Lavender Rose #EAA4DB

Tints of Lavender Rose #EAA4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 37.93%
G = 26.58%
B = 35.49%

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

#EAA4DB (or 0xEAA4DB) is known color: Lavender Rose. HEX triplet: EA, A4 and DB. RGB value is (234,164,219). Sum of RGB (Red+Green+Blue) = 234+164+219=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DB is #155B24. Grayscale: #BFBFBF. Windows color (decimal): -1399589 or 14394602. OLE color: 14394602.

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

Color convert

RGB 234 164 219 -
CMYK 0 0.30 0.06 0.08
HSL 312.86º 0.63% 0.78% -
HSV(B) 312.86º 0.3% 0.92% -
XYZ 59.99 49.16 73.34 -
YUV 191.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 234 164 219 0 0.30 0.06 0.08 312.86 0.63 0.78
Hex EA A4 DB 0 1E 6 8 139 3E 4E
Octal 352 244 333 0 36 6 10 471 76 116
Binary 11101010 10100100 11011011 0 11110 110 1000 100111001 111110 1001110

Color Harmonies of #EAA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4DB

Black with #EAA4DB

Text Example


Text Example

White with #EAA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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