#EF397B

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

Shades of Violet Red #EF397B

Tints of Violet Red #EF397B

Color information

#EF397B (or 0xEF397B) is unknown color: approx Violet Red. HEX triplet: EF, 39 and 7B. RGB value is (239,57,123). Sum of RGB (Red+Green+Blue) = 239+57+123=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF397B is #10C684. Grayscale: #767676. Windows color (decimal): -1099397 or 8075759. OLE color: 8075759.

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

Color convert

RGB23957123-
CMYK00.760.490.06
HSL338.24º85.05%58.04%-
HSV(B)338.24º76.15%93.73%-
XYZ40.6322.7120.98-
YUV118.94130.3213.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.04%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=57.04%
G=13.60%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395712300.760.490.06338.2485.0558.04
HexEF397B04C316152553a
Octal35771173011461652212572
Binary111011111110011111011010011001100011101010100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF397B; }

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

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

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

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

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

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

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

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