#EA9ADB

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

Shades of Lavender Rose #EA9ADB

Tints of Lavender Rose #EA9ADB

Color information

#EA9ADB (or 0xEA9ADB) is unknown color: approx Lavender Rose. HEX triplet: EA, 9A and DB. RGB value is (234,154,219). Sum of RGB (Red+Green+Blue) = 234+154+219=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ADB is #156524. Grayscale: #B9B9B9. Windows color (decimal): -1402149 or 14392042. OLE color: 14392042.

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

Color convert

RGB234154219-
CMYK00.340.060.08
HSL311.25º65.57%76.08%-
HSV(B)311.25º34.19%91.76%-
XYZ58.2745.7272.77-
YUV185.33147162.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=38.55%
G=25.37%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415421900.340.060.08311.2565.5776.08
HexEA9ADB02268137424c
Octal352232333042610467102114
Binary1110101010011010110110110100010110100010011011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9ADB; }

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

 H1.HeaderClassName
 {
   color: #EA9ADB;
 }
 .AnyTagClassName
 {
   color: #EA9ADB;
 }
</style>
background-color css

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

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

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

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

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

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