#EE8B82

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

Shades of Sweet Pink #EE8B82

Tints of Sweet Pink #EE8B82

Color information

#EE8B82 (or 0xEE8B82) is unknown color: approx Sweet Pink. HEX triplet: EE, 8B and 82. RGB value is (238,139,130). Sum of RGB (Red+Green+Blue) = 238+139+130=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B82 is #11747D. Grayscale: #A7A7A7. Windows color (decimal): -1143934 or 8555502. OLE color: 8555502.

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

Color convert

RGB238139130-
CMYK00.420.450.07
HSL76.06%72.16%-
HSV(B)45.38%93.33%-
XYZ48.5238.2525.95-
YUV167.58106.8178.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=46.94%
G=27.42%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813913000.420.450.07576.0672.16
HexEE8B8202A2D754c48
Octal3562132020525575114110
Binary111011101000101110000010010101010110111110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8B82; }

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

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

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

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

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

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

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

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