#EF98BA

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

Shades of Shocking #EF98BA

Tints of Shocking #EF98BA

Color information

#EF98BA (or 0xEF98BA) is unknown color: approx Shocking. HEX triplet: EF, 98 and BA. RGB value is (239,152,186). Sum of RGB (Red+Green+Blue) = 239+152+186=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98BA is #106745. Grayscale: #B5B5B5. Windows color (decimal): -1075014 or 12228847. OLE color: 12228847.

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

Color convert

RGB239152186-
CMYK00.360.220.06
HSL336.55º73.11%76.67%-
HSV(B)336.55º36.4%93.73%-
XYZ55.6944.3552.08-
YUV181.89130.32168.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=41.42%
G=26.34%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915218600.360.220.06336.5573.1176.67
HexEF98BA024166151494d
Octal357230272044266521111115
Binary11101111100110001011101001001001011011010101000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98BA; }

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

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

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

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

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

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

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

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