#EF93C3

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

Shades of Shocking #EF93C3

Tints of Shocking #EF93C3

Color information

#EF93C3 (or 0xEF93C3) is unknown color: approx Shocking. HEX triplet: EF, 93 and C3. RGB value is (239,147,195). Sum of RGB (Red+Green+Blue) = 239+147+195=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93C3 is #106C3C. Grayscale: #B3B3B3. Windows color (decimal): -1076285 or 12817391. OLE color: 12817391.

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

Color convert

RGB239147195-
CMYK00.380.180.06
HSL328.7º74.19%75.69%-
HSV(B)328.7º38.49%93.73%-
XYZ55.8843.1657.01-
YUV179.98136.48170.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=41.14%
G=25.30%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914719500.380.180.06328.774.1975.69
HexEF93C30261261494a4c
Octal357223303046226511112114
Binary11101111100100111100001101001101001011010100100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93C3; }

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

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

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

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

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

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

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

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