#EF93C7

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

Shades of Shocking #EF93C7

Tints of Shocking #EF93C7

Color information

#EF93C7 (or 0xEF93C7) is unknown color: approx Shocking. HEX triplet: EF, 93 and C7. RGB value is (239,147,199). Sum of RGB (Red+Green+Blue) = 239+147+199=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93C7 is #106C38. Grayscale: #B4B4B4. Windows color (decimal): -1076281 or 13079535. OLE color: 13079535.

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

Color convert

RGB239147199-
CMYK00.380.170.06
HSL326.09º74.19%75.69%-
HSV(B)326.09º38.49%93.73%-
XYZ56.3443.3459.43-
YUV180.44138.48169.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=40.85%
G=25.13%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914719900.380.170.06326.0974.1975.69
HexEF93C70261161464a4c
Octal357223307046216506112114
Binary11101111100100111100011101001101000111010100011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93C7; }

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

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

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

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

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

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

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

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