#EF8E84

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

Shades of Sweet Pink #EF8E84

Tints of Sweet Pink #EF8E84

Color information

#EF8E84 (or 0xEF8E84) is unknown color: approx Sweet Pink. HEX triplet: EF, 8E and 84. RGB value is (239,142,132). Sum of RGB (Red+Green+Blue) = 239+142+132=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E84 is #10717B. Grayscale: #AAAAAA. Windows color (decimal): -1077628 or 8687343. OLE color: 8687343.

HSL color Cylindrical-coordinate representation of color #EF8E84: hue angle of 5.61º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8E84 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239142132-
CMYK00.410.450.06
HSL5.61º76.98%72.75%-
HSV(B)5.61º44.77%93.73%-
XYZ49.4339.3626.82-
YUV169.86106.64177.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=46.59%
G=27.68%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914213200.410.450.065.6176.9872.75
HexEF8E840292D664d49
Octal3572162040515566115111
Binary111011111000111010000100010100110110111011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E84; }

 p { color: rgb(239,142,132); }

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

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

 a { background-color: rgb(239,142,132); }

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

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

 span { border-color: rgb(239,142,132); }

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