#EFA3BF

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

Shades of Shocking #EFA3BF

Tints of Shocking #EFA3BF

Color information

#EFA3BF (or 0xEFA3BF) is unknown color: approx Shocking. HEX triplet: EF, A3 and BF. RGB value is (239,163,191). Sum of RGB (Red+Green+Blue) = 239+163+191=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3BF is #105C40. Grayscale: #BCBCBC. Windows color (decimal): -1072193 or 12559343. OLE color: 12559343.

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

Color convert

RGB239163191-
CMYK00.320.200.06
HSL337.89º70.37%78.82%-
HSV(B)337.89º31.8%93.73%-
XYZ58.148.3155.55-
YUV188.92129.18163.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 191 (75% from 255) = 32.21%
R=40.30%
G=27.49%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916319100.320.200.06337.8970.3778.82
HexEFA3BF020146152464f
Octal357243277040246522106117
Binary11101111101000111011111101000001010011010101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3BF; }

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

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

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

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

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

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

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

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