#EFA3BB

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

Shades of Shocking #EFA3BB

Tints of Shocking #EFA3BB

Color information

#EFA3BB (or 0xEFA3BB) is unknown color: approx Shocking. HEX triplet: EF, A3 and BB. RGB value is (239,163,187). Sum of RGB (Red+Green+Blue) = 239+163+187=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3BB is #105C44. Grayscale: #BCBCBC. Windows color (decimal): -1072197 or 12297199. OLE color: 12297199.

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

Color convert

RGB239163187-
CMYK00.320.220.06
HSL341.05º70.37%78.82%-
HSV(B)341.05º31.8%93.73%-
XYZ57.6648.1353.27-
YUV188.46127.18164.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=40.58%
G=27.67%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916318700.320.220.06341.0570.3778.82
HexEFA3BB020166155464f
Octal357243273040266525106117
Binary11101111101000111011101101000001011011010101010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3BB; }

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

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

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

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

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

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

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

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