#EF397C

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

Shades of Violet Red #EF397C

Tints of Violet Red #EF397C

Color information

#EF397C (or 0xEF397C) is unknown color: approx Violet Red. HEX triplet: EF, 39 and 7C. RGB value is (239,57,124). Sum of RGB (Red+Green+Blue) = 239+57+124=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF397C is #10C683. Grayscale: #767676. Windows color (decimal): -1099396 or 8141295. OLE color: 8141295.

HSL color Cylindrical-coordinate representation of color #EF397C: hue angle of 337.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF397C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB23957124-
CMYK00.760.480.06
HSL337.91º85.05%58.04%-
HSV(B)337.91º76.15%93.73%-
XYZ40.722.7321.31-
YUV119.06130.8213.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.90%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=56.90%
G=13.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395712400.760.480.06337.9185.0558.04
HexEF397C04C306152553a
Octal35771174011460652212572
Binary111011111110011111100010011001100001101010100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF397C; }

 p { color: rgb(239,57,124); }

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

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

 a { background-color: rgb(239,57,124); }

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

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

 span { border-color: rgb(239,57,124); }

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