#ef9d84

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

Shades of Tonys Pink #EF9D84

Tints of Tonys Pink #EF9D84

Color information

#EF9D84 (or 0xEF9D84) is unknown color: approx Tonys Pink. HEX triplet: EF, 9D and 84. RGB value is (239,157,132). Sum of RGB (Red+Green+Blue) = 239+157+132=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D84 is #10627B. Grayscale: #B2B2B2. Windows color (decimal): -1073788 or 8691183. OLE color: 8691183.

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

Color convert

RGB239157132-
CMYK00.340.450.06
HSL14.02º76.98%72.75%-
HSV(B)14.02º44.77%93.73%-
XYZ51.8244.1327.62-
YUV178.67101.67171.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 132 (51.95% from 255) = 25%
R=45.27%
G=29.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915713200.340.450.0614.0276.9872.75
HexEF9D840222D6e4d49
Octal35723520404255616115111
Binary1110111110011101100001000100010101101110111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9d84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9d84; }

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

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

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

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

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

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

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

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