#EF94D0

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

Shades of Shocking #EF94D0

Tints of Shocking #EF94D0

Color information

#EF94D0 (or 0xEF94D0) is unknown color: approx Shocking. HEX triplet: EF, 94 and D0. RGB value is (239,148,208). Sum of RGB (Red+Green+Blue) = 239+148+208=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94D0 is #106B2F. Grayscale: #B5B5B5. Windows color (decimal): -1076016 or 13669615. OLE color: 13669615.

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

Color convert

RGB239148208-
CMYK00.380.130.06
HSL320.44º73.98%75.88%-
HSV(B)320.44º38.08%93.73%-
XYZ57.5744.0865.15-
YUV182.05142.65168.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=40.17%
G=24.87%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914820800.380.130.06320.4473.9875.88
HexEF94D0026D61404a4c
Octal357224320046156500112114
Binary1110111110010100110100000100110110111010100000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94D0; }

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

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

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

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

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

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

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

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