#EF94B8

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

Shades of Shocking #EF94B8

Tints of Shocking #EF94B8

Color information

#EF94B8 (or 0xEF94B8) is unknown color: approx Shocking. HEX triplet: EF, 94 and B8. RGB value is (239,148,184). Sum of RGB (Red+Green+Blue) = 239+148+184=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94B8 is #106B47. Grayscale: #B3B3B3. Windows color (decimal): -1076040 or 12096751. OLE color: 12096751.

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

Color convert

RGB239148184-
CMYK00.380.230.06
HSL336.26º73.98%75.88%-
HSV(B)336.26º38.08%93.73%-
XYZ54.8442.9950.76-
YUV179.31130.65170.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=41.86%
G=25.92%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914818400.380.230.06336.2673.9875.88
HexEF94B80261761504a4c
Octal357224270046276520112114
Binary11101111100101001011100001001101011111010101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94B8; }

 p { color: rgb(239,148,184); }

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

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

 a { background-color: rgb(239,148,184); }

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

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

 span { border-color: rgb(239,148,184); }

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