#EFA3BE

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

Shades of Shocking #EFA3BE

Tints of Shocking #EFA3BE

Color information

#EFA3BE (or 0xEFA3BE) is unknown color: approx Shocking. HEX triplet: EF, A3 and BE. RGB value is (239,163,190). Sum of RGB (Red+Green+Blue) = 239+163+190=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3BE is #105C41. Grayscale: #BCBCBC. Windows color (decimal): -1072194 or 12493807. OLE color: 12493807.

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

Color convert

RGB239163190-
CMYK00.320.210.06
HSL338.68º70.37%78.82%-
HSV(B)338.68º31.8%93.73%-
XYZ57.9948.2654.97-
YUV188.8128.68163.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=40.37%
G=27.53%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916319000.320.210.06338.6870.3778.82
HexEFA3BE020156153464f
Octal357243276040256523106117
Binary11101111101000111011111001000001010111010101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3BE; }

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

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

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

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

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

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

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

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