#EE918E

Color #EE918E Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EE918E

Tints of Sweet Pink #EE918E

Color information

#EE918E (or 0xEE918E) is unknown color: approx Sweet Pink. HEX triplet: EE, 91 and 8E. RGB value is (238,145,142). Sum of RGB (Red+Green+Blue) = 238+145+142=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE918E is #116E71. Grayscale: #ACACAC. Windows color (decimal): -1142386 or 9343470. OLE color: 9343470.

HSL color Cylindrical-coordinate representation of color #EE918E: hue angle of 1.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE918E is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238145142-
CMYK00.390.400.07
HSL1.88º73.85%74.51%-
HSV(B)1.88º40.34%93.33%-
XYZ50.2740.3830.74-
YUV172.46110.81174.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=45.33%
G=27.62%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814514200.390.400.071.8873.8574.51
HexEE918E02728724a4b
Octal3562212160475072112113
Binary11101110100100011000111001001111010001111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE918E; }

 p { color: rgb(238,145,142); }

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

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

 a { background-color: rgb(238,145,142); }

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

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

 span { border-color: rgb(238,145,142); }

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