#EC397B

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

Shades of Violet Red #EC397B

Tints of Violet Red #EC397B

Color information

#EC397B (or 0xEC397B) is unknown color: approx Violet Red. HEX triplet: EC, 39 and 7B. RGB value is (236,57,123). Sum of RGB (Red+Green+Blue) = 236+57+123=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC397B is #13C684. Grayscale: #757575. Windows color (decimal): -1296005 or 8075756. OLE color: 8075756.

HSL color Cylindrical-coordinate representation of color #EC397B: hue angle of 337.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC397B is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB23657123-
CMYK00.760.480.07
HSL337.88º82.49%57.45%-
HSV(B)337.88º75.85%92.55%-
XYZ39.6322.1920.93-
YUV118.04130.8212.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.73%
GREEN value IS 57 (22.66% from 255) = 13.70%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=56.73%
G=13.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365712300.760.480.07337.8882.4957.45
HexEC397B04C3071525239
Octal35471173011460752212271
Binary111011001110011111011010011001100001111010100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC397B; }

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

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

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

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

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

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

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

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