#EA97D1

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

Shades of Lavender Rose #EA97D1

Tints of Lavender Rose #EA97D1

Color information

#EA97D1 (or 0xEA97D1) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and D1. RGB value is (234,151,209). Sum of RGB (Red+Green+Blue) = 234+151+209=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D1 is #15682E. Grayscale: #B6B6B6. Windows color (decimal): -1402927 or 13735914. OLE color: 13735914.

HSL color Cylindrical-coordinate representation of color #EA97D1: hue angle of 318.07º 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 #EA97D1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234151209-
CMYK00.350.110.08
HSL318.07º66.4%75.49%-
HSV(B)318.07º35.47%91.76%-
XYZ56.5144.2365.88-
YUV182.43143164.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=39.39%
G=25.42%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415120900.350.110.08318.0766.475.49
HexEA97D1023B813e424b
Octal3522273210431310476102113
Binary11101010100101111101000101000111011100010011111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97D1; }

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

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

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

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

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

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

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

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