#EE918D

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

Shades of Sweet Pink #EE918D

Tints of Sweet Pink #EE918D

Color information

#EE918D (or 0xEE918D) is unknown color: approx Sweet Pink. HEX triplet: EE, 91 and 8D. RGB value is (238,145,141). Sum of RGB (Red+Green+Blue) = 238+145+141=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE918D is #116E72. Grayscale: #ACACAC. Windows color (decimal): -1142387 or 9277934. OLE color: 9277934.

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

Color convert

RGB238145141-
CMYK00.390.410.07
HSL2.47º74.05%74.31%-
HSV(B)2.47º40.76%93.33%-
XYZ50.1940.3530.34-
YUV172.35110.31174.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=45.42%
G=27.67%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814514100.390.410.072.4774.0574.31
HexEE918D02729724a4a
Octal3562212150475172112112
Binary11101110100100011000110101001111010011111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE918D; }

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

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

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

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

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

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

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

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