#EF93C0

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

Shades of Shocking #EF93C0

Tints of Shocking #EF93C0

Color information

#EF93C0 (or 0xEF93C0) is unknown color: approx Shocking. HEX triplet: EF, 93 and C0. RGB value is (239,147,192). Sum of RGB (Red+Green+Blue) = 239+147+192=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93C0 is #106C3F. Grayscale: #B3B3B3. Windows color (decimal): -1076288 or 12620783. OLE color: 12620783.

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

Color convert

RGB239147192-
CMYK00.380.200.06
HSL330.65º74.19%75.69%-
HSV(B)330.65º38.49%93.73%-
XYZ55.5443.0255.25-
YUV179.64134.98170.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=41.35%
G=25.43%
B=33.22%

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
Decimal23914719200.380.200.06330.6574.1975.69
HexEF93C002614614b4a4c
Octal357223300046246513112114
Binary11101111100100111100000001001101010011010100101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93C0; }

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

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

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

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

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

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

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

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