#EF91C7

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

Shades of Shocking #EF91C7

Tints of Shocking #EF91C7

Color information

#EF91C7 (or 0xEF91C7) is unknown color: approx Shocking. HEX triplet: EF, 91 and C7. RGB value is (239,145,199). Sum of RGB (Red+Green+Blue) = 239+145+199=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91C7 is #106E38. Grayscale: #B3B3B3. Windows color (decimal): -1076793 or 13079023. OLE color: 13079023.

HSL color Cylindrical-coordinate representation of color #EF91C7: hue angle of 325.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91C7 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239145199-
CMYK00.390.170.06
HSL325.53º74.6%75.29%-
HSV(B)325.53º39.33%93.73%-
XYZ56.0342.7359.33-
YUV179.26139.14170.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=40.99%
G=24.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914519900.390.170.06325.5374.675.29
HexEF91C70271161464b4b
Octal357221307047216506113113
Binary11101111100100011100011101001111000111010100011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91C7; }

 p { color: rgb(239,145,199); }

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

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

 a { background-color: rgb(239,145,199); }

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

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

 span { border-color: rgb(239,145,199); }

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