#EF93BA

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

Shades of Shocking #EF93BA

Tints of Shocking #EF93BA

Color information

#EF93BA (or 0xEF93BA) is unknown color: approx Shocking. HEX triplet: EF, 93 and BA. RGB value is (239,147,186). Sum of RGB (Red+Green+Blue) = 239+147+186=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93BA is #106C45. Grayscale: #B2B2B2. Windows color (decimal): -1076294 or 12227567. OLE color: 12227567.

HSL color Cylindrical-coordinate representation of color #EF93BA: hue angle of 334.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93BA is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239147186-
CMYK00.380.220.06
HSL334.57º74.19%75.69%-
HSV(B)334.57º38.49%93.73%-
XYZ54.8942.7651.82-
YUV178.95131.98170.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=41.78%
G=25.70%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914718600.380.220.06334.5774.1975.69
HexEF93BA02616614f4a4c
Octal357223272046266517112114
Binary11101111100100111011101001001101011011010100111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93BA; }

 p { color: rgb(239,147,186); }

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

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

 a { background-color: rgb(239,147,186); }

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

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

 span { border-color: rgb(239,147,186); }

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