#EF9984

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

Shades of Tonys Pink #EF9984

Tints of Tonys Pink #EF9984

Color information

#EF9984 (or 0xEF9984) is unknown color: approx Tonys Pink. HEX triplet: EF, 99 and 84. RGB value is (239,153,132). Sum of RGB (Red+Green+Blue) = 239+153+132=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9984 is #10667B. Grayscale: #B0B0B0. Windows color (decimal): -1074812 or 8690159. OLE color: 8690159.

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

Color convert

RGB239153132-
CMYK00.360.450.06
HSL11.78º76.98%72.75%-
HSV(B)11.78º44.77%93.73%-
XYZ51.1542.827.39-
YUV176.32102.99172.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=45.61%
G=29.20%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915313200.360.450.0611.7876.9872.75
HexEF99840242D6c4d49
Octal35723120404455614115111
Binary1110111110011001100001000100100101101110110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9984; }

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

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

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

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

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

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

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

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