Html Css Color HEX #EAA7DB Lavender Rose

📋 copy color: '#EAA7DB'

red 234 ◦ green 167 ◦ blue 219

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

Shades of Lavender Rose #EAA7DB

Tints of Lavender Rose #EAA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.94%

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

R = 37.74%
G = 26.94%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA7DB (or 0xEAA7DB) is known color: Lavender Rose. HEX triplet: EA, A7 and DB. RGB value is (234,167,219). Sum of RGB (Red+Green+Blue) = 234+167+219=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7DB is #155824. Grayscale: #C0C0C0. Windows color (decimal): -1398821 or 14395370. OLE color: 14395370.

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

Color convert

RGB 234 167 219 -
CMYK 0 0.29 0.06 0.08
HSL 313.43º 0.61% 0.79% -
HSV(B) 313.43º 0.29% 0.92% -
XYZ 60.54 50.24 73.53 -
YUV 192.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 234 167 219 0 0.29 0.06 0.08 313.43 0.61 0.79
Hex EA A7 DB 0 1D 6 8 139 3D 4F
Octal 352 247 333 0 35 6 10 471 75 117
Binary 11101010 10100111 11011011 0 11101 110 1000 100111001 111101 1001111

Color Harmonies of #EAA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7DB

Black with #EAA7DB

Text Example


Text Example

White with #EAA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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