#EFA2BE

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

Shades of Shocking #EFA2BE

Tints of Shocking #EFA2BE

Color information

#EFA2BE (or 0xEFA2BE) is unknown color: approx Shocking. HEX triplet: EF, A2 and BE. RGB value is (239,162,190). Sum of RGB (Red+Green+Blue) = 239+162+190=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2BE is #105D41. Grayscale: #BCBCBC. Windows color (decimal): -1072450 or 12493551. OLE color: 12493551.

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

Color convert

RGB239162190-
CMYK00.320.210.06
HSL338.18º70.64%78.63%-
HSV(B)338.18º32.22%93.73%-
XYZ57.8147.9154.92-
YUV188.22129.01164.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=40.44%
G=27.41%
B=32.15%

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
Decimal23916219000.320.210.06338.1870.6478.63
HexEFA2BE020156152474f
Octal357242276040256522107117
Binary11101111101000101011111001000001010111010101001010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2BE; }

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

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

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

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

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

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

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

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