#EE8B8A

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

Shades of Sweet Pink #EE8B8A

Tints of Sweet Pink #EE8B8A

Color information

#EE8B8A (or 0xEE8B8A) is unknown color: approx Sweet Pink. HEX triplet: EE, 8B and 8A. RGB value is (238,139,138). Sum of RGB (Red+Green+Blue) = 238+139+138=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B8A is #117475. Grayscale: #A8A8A8. Windows color (decimal): -1143926 or 9079790. OLE color: 9079790.

HSL color Cylindrical-coordinate representation of color #EE8B8A: hue angle of 0.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8B8A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238139138-
CMYK00.420.420.07
HSL0.6º74.63%73.73%-
HSV(B)0.6º42.02%93.33%-
XYZ49.0838.4828.88-
YUV168.49110.8177.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=46.21%
G=26.99%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813913800.420.420.070.674.6373.73
HexEE8B8A02A2A714b4a
Octal3562132120525271113112
Binary1110111010001011100010100101010101010111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8B8A; }

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

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

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

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

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

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

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

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