#efa192

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

Shades of Tonys Pink #EFA192

Tints of Tonys Pink #EFA192

Color information

#EFA192 (or 0xEFA192) is unknown color: approx Tonys Pink. HEX triplet: EF, A1 and 92. RGB value is (239,161,146). Sum of RGB (Red+Green+Blue) = 239+161+146=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA192 is #105E6D. Grayscale: #B6B6B6. Windows color (decimal): -1072750 or 9609711. OLE color: 9609711.

HSL color Cylindrical-coordinate representation of color #EFA192: hue angle of 9.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFA192 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239161146-
CMYK00.330.390.06
HSL9.68º74.4%75.49%-
HSV(B)9.68º38.91%93.73%-
XYZ53.5345.9233.24-
YUV182.61107.34168.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=43.77%
G=29.49%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916114600.330.390.069.6874.475.49
HexEFA192021276a4a4b
Octal35724122204147612112113
Binary1110111110100001100100100100001100111110101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa192; }

 p { color: rgb(239,161,146); }

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

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

 a { background-color: rgb(239,161,146); }

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

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

 span { border-color: rgb(239,161,146); }

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