#EFA2BC

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

Shades of Shocking #EFA2BC

Tints of Shocking #EFA2BC

Color information

#EFA2BC (or 0xEFA2BC) is unknown color: approx Shocking. HEX triplet: EF, A2 and BC. RGB value is (239,162,188). Sum of RGB (Red+Green+Blue) = 239+162+188=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2BC is #105D43. Grayscale: #BBBBBB. Windows color (decimal): -1072452 or 12362479. OLE color: 12362479.

HSL color Cylindrical-coordinate representation of color #EFA2BC: hue angle of 339.74º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2BC is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239162188-
CMYK00.320.210.06
HSL339.74º70.64%78.63%-
HSV(B)339.74º32.22%93.73%-
XYZ57.5947.8253.77-
YUV187.99128.01164.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=40.58%
G=27.50%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916218800.320.210.06339.7470.6478.63
HexEFA2BC020156154474f
Octal357242274040256524107117
Binary11101111101000101011110001000001010111010101010010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2BC; }

 p { color: rgb(239,162,188); }

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

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

 a { background-color: rgb(239,162,188); }

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

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

 span { border-color: rgb(239,162,188); }

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