#EFA0BF

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

Shades of Shocking #EFA0BF

Tints of Shocking #EFA0BF

Color information

#EFA0BF (or 0xEFA0BF) is unknown color: approx Shocking. HEX triplet: EF, A0 and BF. RGB value is (239,160,191). Sum of RGB (Red+Green+Blue) = 239+160+191=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BF is #105F40. Grayscale: #BBBBBB. Windows color (decimal): -1072961 or 12558575. OLE color: 12558575.

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

Color convert

RGB239160191-
CMYK00.330.200.06
HSL336.46º71.17%78.24%-
HSV(B)336.46º33.05%93.73%-
XYZ57.5747.2555.38-
YUV187.15130.17164.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 191 (75% from 255) = 32.37%
R=40.51%
G=27.12%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916019100.330.200.06336.4671.1778.24
HexEFA0BF021146150474e
Octal357240277041246520107116
Binary11101111101000001011111101000011010011010101000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0BF; }

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

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

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

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

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

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

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

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