#EAA7DB

Color #EAA7DB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EAA7DB

Tints of Lavender Rose #EAA7DB

Color information

#EAA7DB (or 0xEAA7DB) is unknown color: approx 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

RGB234167219-
CMYK00.290.060.08
HSL313.43º61.47%78.63%-
HSV(B)313.43º28.63%91.76%-
XYZ60.5450.2473.53-
YUV192.96142.7157.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 167 (65.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416721900.290.060.08313.4361.4778.63
HexEAA7DB01D681393d4f
Octal35224733303561047175117
Binary11101010101001111101101101110111010001001110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>