#EA9DDB

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

Shades of Lavender Rose #EA9DDB

Tints of Lavender Rose #EA9DDB

Color information

#EA9DDB (or 0xEA9DDB) is unknown color: approx Lavender Rose. HEX triplet: EA, 9D and DB. RGB value is (234,157,219). Sum of RGB (Red+Green+Blue) = 234+157+219=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDB is #156224. Grayscale: #BABABA. Windows color (decimal): -1401381 or 14392810. OLE color: 14392810.

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

Color convert

RGB234157219-
CMYK00.330.060.08
HSL311.69º64.71%76.67%-
HSV(B)311.69º32.91%91.76%-
XYZ58.7746.7272.94-
YUV187.09146.01161.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=38.36%
G=25.74%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415721900.330.060.08311.6964.7176.67
HexEA9DDB02168138414d
Octal352235333041610470101115
Binary1110101010011101110110110100001110100010011100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DDB; }

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

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

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

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

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

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

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

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