#EE908D

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

Shades of Sweet Pink #EE908D

Tints of Sweet Pink #EE908D

Color information

#EE908D (or 0xEE908D) is unknown color: approx Sweet Pink. HEX triplet: EE, 90 and 8D. RGB value is (238,144,141). Sum of RGB (Red+Green+Blue) = 238+144+141=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE908D is #116F72. Grayscale: #ABABAB. Windows color (decimal): -1142643 or 9277678. OLE color: 9277678.

HSL color Cylindrical-coordinate representation of color #EE908D: hue angle of 1.86º 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 #EE908D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238144141-
CMYK00.390.410.07
HSL1.86º74.05%74.31%-
HSV(B)1.86º40.76%93.33%-
XYZ50.0440.0530.29-
YUV171.76110.64175.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=45.51%
G=27.53%
B=26.96%

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
Decimal23814414100.390.410.071.8674.0574.31
HexEE908D02729724a4a
Octal3562202150475172112112
Binary11101110100100001000110101001111010011111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE908D; }

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

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

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

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

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

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

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

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