#EE94D1

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

Shades of Lavender Rose #EE94D1

Tints of Lavender Rose #EE94D1

Color information

#EE94D1 (or 0xEE94D1) is unknown color: approx Lavender Rose. HEX triplet: EE, 94 and D1. RGB value is (238,148,209). Sum of RGB (Red+Green+Blue) = 238+148+209=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94D1 is #116B2E. Grayscale: #B5B5B5. Windows color (decimal): -1141551 or 13735150. OLE color: 13735150.

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

Color convert

RGB238148209-
CMYK00.380.120.07
HSL319.33º72.58%75.69%-
HSV(B)319.33º37.82%93.33%-
XYZ57.3643.9665.78-
YUV181.86143.32168.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=40%
G=24.87%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814820900.380.120.07319.3372.5875.69
HexEE94D1026C713f494c
Octal356224321046147477111114
Binary1110111010010100110100010100110110011110011111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94D1; }

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

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

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

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

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

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

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

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