#EFA4BE

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

Shades of Shocking #EFA4BE

Tints of Shocking #EFA4BE

Color information

#EFA4BE (or 0xEFA4BE) is unknown color: approx Shocking. HEX triplet: EF, A4 and BE. RGB value is (239,164,190). Sum of RGB (Red+Green+Blue) = 239+164+190=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BE is #105B41. Grayscale: #BDBDBD. Windows color (decimal): -1071938 or 12494063. OLE color: 12494063.

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

Color convert

RGB239164190-
CMYK00.310.210.06
HSL339.2º70.09%79.02%-
HSV(B)339.2º31.38%93.73%-
XYZ58.1748.6255.03-
YUV189.39128.35163.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=40.30%
G=27.66%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916419000.310.210.06339.270.0979.02
HexEFA4BE01F156153464f
Octal357244276037256523106117
Binary1110111110100100101111100111111010111010101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4BE; }

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

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

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

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

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

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

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

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