#EF94C0

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

Shades of Shocking #EF94C0

Tints of Shocking #EF94C0

Color information

#EF94C0 (or 0xEF94C0) is unknown color: approx Shocking. HEX triplet: EF, 94 and C0. RGB value is (239,148,192). Sum of RGB (Red+Green+Blue) = 239+148+192=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94C0 is #106B3F. Grayscale: #B4B4B4. Windows color (decimal): -1076032 or 12621039. OLE color: 12621039.

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

Color convert

RGB239148192-
CMYK00.380.200.06
HSL330.99º73.98%75.88%-
HSV(B)330.99º38.08%93.73%-
XYZ55.743.3455.3-
YUV180.22134.65169.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=41.28%
G=25.56%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914819200.380.200.06330.9973.9875.88
HexEF94C002614614b4a4c
Octal357224300046246513112114
Binary11101111100101001100000001001101010011010100101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94C0; }

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

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

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

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

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

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

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

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