#EE9286

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

Shades of Sweet Pink #EE9286

Tints of Sweet Pink #EE9286

Color information

#EE9286 (or 0xEE9286) is unknown color: approx Sweet Pink. HEX triplet: EE, 92 and 86. RGB value is (238,146,134). Sum of RGB (Red+Green+Blue) = 238+146+134=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9286 is #116D79. Grayscale: #ACACAC. Windows color (decimal): -1142138 or 8819438. OLE color: 8819438.

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

Color convert

RGB238146134-
CMYK00.390.440.07
HSL6.92º75.36%72.94%-
HSV(B)6.92º43.7%93.33%-
XYZ49.8440.4627.74-
YUV172.14106.48174.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=45.95%
G=28.19%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814613400.390.440.076.9275.3672.94
HexEE92860272C774b49
Octal3562222060475477113111
Binary111011101001001010000110010011110110011111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9286; }

 p { color: rgb(238,146,134); }

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

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

 a { background-color: rgb(238,146,134); }

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

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

 span { border-color: rgb(238,146,134); }

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