#EE9182

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

Shades of Sweet Pink #EE9182

Tints of Sweet Pink #EE9182

Color information

#EE9182 (or 0xEE9182) is unknown color: approx Sweet Pink. HEX triplet: EE, 91 and 82. RGB value is (238,145,130). Sum of RGB (Red+Green+Blue) = 238+145+130=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9182 is #116E7D. Grayscale: #ABABAB. Windows color (decimal): -1142398 or 8557038. OLE color: 8557038.

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

Color convert

RGB238145130-
CMYK00.390.450.07
HSL8.33º76.06%72.16%-
HSV(B)8.33º45.38%93.33%-
XYZ49.4140.0426.24-
YUV171.1104.81175.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=46.39%
G=28.27%
B=25.34%

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
Decimal23814513000.390.450.078.3376.0672.16
HexEE91820272D784c48
Octal35622120204755710114110
Binary1110111010010001100000100100111101101111100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9182; }

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

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

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

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

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

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

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

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