#EE95D1

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

Shades of Lavender Rose #EE95D1

Tints of Lavender Rose #EE95D1

Color information

#EE95D1 (or 0xEE95D1) is unknown color: approx Lavender Rose. HEX triplet: EE, 95 and D1. RGB value is (238,149,209). Sum of RGB (Red+Green+Blue) = 238+149+209=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95D1 is #116A2E. Grayscale: #B6B6B6. Windows color (decimal): -1141295 or 13735406. OLE color: 13735406.

HSL color Cylindrical-coordinate representation of color #EE95D1: hue angle of 319.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95D1 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238149209-
CMYK00.370.120.07
HSL319.55º72.36%75.88%-
HSV(B)319.55º37.39%93.33%-
XYZ57.5244.2865.84-
YUV182.45142.99167.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=39.93%
G=25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814920900.370.120.07319.5572.3675.88
HexEE95D1025C7140484c
Octal356225321045147500110114
Binary1110111010010101110100010100101110011110100000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95D1; }

 p { color: rgb(238,149,209); }

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

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

 a { background-color: rgb(238,149,209); }

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

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

 span { border-color: rgb(238,149,209); }

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