#EE9284

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

Shades of Sweet Pink #EE9284

Tints of Sweet Pink #EE9284

Color information

#EE9284 (or 0xEE9284) is unknown color: approx Sweet Pink. HEX triplet: EE, 92 and 84. RGB value is (238,146,132). Sum of RGB (Red+Green+Blue) = 238+146+132=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9284 is #116D7B. Grayscale: #ACACAC. Windows color (decimal): -1142140 or 8688366. OLE color: 8688366.

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

Color convert

RGB238146132-
CMYK00.390.450.07
HSL7.92º75.71%72.55%-
HSV(B)7.92º44.54%93.33%-
XYZ49.740.427.01-
YUV171.91105.48175.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=46.12%
G=28.29%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814613200.390.450.077.9275.7172.55
HexEE92840272D784c49
Octal35622220404755710114111
Binary1110111010010010100001000100111101101111100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9284; }

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

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

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

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

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

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

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

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