#EA9BDA

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

Shades of Lavender Rose #EA9BDA

Tints of Lavender Rose #EA9BDA

Color information

#EA9BDA (or 0xEA9BDA) is unknown color: approx Lavender Rose. HEX triplet: EA, 9B and DA. RGB value is (234,155,218). Sum of RGB (Red+Green+Blue) = 234+155+218=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BDA is #156425. Grayscale: #B9B9B9. Windows color (decimal): -1401894 or 14326762. OLE color: 14326762.

HSL color Cylindrical-coordinate representation of color #EA9BDA: hue angle of 312.15º degrees, saturation: 0.65, 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 #EA9BDA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234155218-
CMYK00.340.070.08
HSL312.15º65.29%76.27%-
HSV(B)312.15º33.76%91.76%-
XYZ58.314672.13-
YUV185.8146.17162.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=38.55%
G=25.54%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415521800.340.070.08312.1565.2976.27
HexEA9BDA02278138414c
Octal352233332042710470101114
Binary1110101010011011110110100100010111100010011100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BDA; }

 p { color: rgb(234,155,218); }

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

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

 a { background-color: rgb(234,155,218); }

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

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

 span { border-color: rgb(234,155,218); }

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