#EFA4BF

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

Shades of Shocking #EFA4BF

Tints of Shocking #EFA4BF

Color information

#EFA4BF (or 0xEFA4BF) is unknown color: approx Shocking. HEX triplet: EF, A4 and BF. RGB value is (239,164,191). Sum of RGB (Red+Green+Blue) = 239+164+191=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BF is #105B40. Grayscale: #BDBDBD. Windows color (decimal): -1071937 or 12559599. OLE color: 12559599.

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

Color convert

RGB239164191-
CMYK00.310.200.06
HSL338.4º70.09%79.02%-
HSV(B)338.4º31.38%93.73%-
XYZ58.2848.6655.61-
YUV189.5128.85163.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 164 (64.45% from 255) = 27.61%
BLUE value IS 191 (75% from 255) = 32.15%
R=40.24%
G=27.61%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916419100.310.200.06338.470.0979.02
HexEFA4BF01F146152464f
Octal357244277037246522106117
Binary1110111110100100101111110111111010011010101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4BF; }

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

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

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

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

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

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

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

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