#EA97DA

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

Shades of Lavender Rose #EA97DA

Tints of Lavender Rose #EA97DA

Color information

#EA97DA (or 0xEA97DA) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and DA. RGB value is (234,151,218). Sum of RGB (Red+Green+Blue) = 234+151+218=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97DA is #156825. Grayscale: #B7B7B7. Windows color (decimal): -1402918 or 14325738. OLE color: 14325738.

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

Color convert

RGB234151218-
CMYK00.350.070.08
HSL311.57º66.4%75.49%-
HSV(B)311.57º35.47%91.76%-
XYZ57.6544.6971.92-
YUV183.46147.5164.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=38.81%
G=25.04%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415121800.350.070.08311.5766.475.49
HexEA97DA02378138424b
Octal352227332043710470102113
Binary1110101010010111110110100100011111100010011100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97DA; }

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

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

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

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

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

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

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

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