#EE9585

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

Shades of Sweet Pink #EE9585

Tints of Sweet Pink #EE9585

Color information

#EE9585 (or 0xEE9585) is unknown color: approx Sweet Pink. HEX triplet: EE, 95 and 85. RGB value is (238,149,133). Sum of RGB (Red+Green+Blue) = 238+149+133=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9585 is #116A7A. Grayscale: #ADADAD. Windows color (decimal): -1141371 or 8754670. OLE color: 8754670.

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

Color convert

RGB238149133-
CMYK00.370.440.07
HSL9.14º75.54%72.75%-
HSV(B)9.14º44.12%93.33%-
XYZ50.2441.3727.53-
YUV173.79104.99173.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=45.77%
G=28.65%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814913300.370.440.079.1475.5472.75
HexEE95850252C794c49
Octal35622520504554711114111
Binary1110111010010101100001010100101101100111100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9585; }

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

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

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

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

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

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

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

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