Html Css Color HEX #EC397C Violet Red

📋 copy color: '#EC397C'

red 236 ◦ green 57 ◦ blue 124

#EC397C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #EC397C

Tints of Violet Red #EC397C

RGB

 RED value IS 236 (92.58% from 255) = 56.59%

 GREEN value IS 57 (22.66% from 255) = 13.67%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 56.59%
G = 13.67%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC397C (or 0xEC397C) is known color: Violet Red. HEX triplet: EC, 39 and 7C. RGB value is (236,57,124). Sum of RGB (Red+Green+Blue) = 236+57+124=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC397C is #13C683. Grayscale: #767676. Windows color (decimal): -1296004 or 8141292. OLE color: 8141292.

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

Color convert

RGB 236 57 124 -
CMYK 0 0.76 0.47 0.07
HSL 337.54º 0.82% 0.57% -
HSV(B) 337.54º 0.76% 0.93% -
XYZ 39.69 22.21 21.26 -
YUV 118.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 236 57 124 0 0.76 0.47 0.07 337.54 0.82 0.57
Hex EC 39 7C 0 4C 2F 7 152 52 39
Octal 354 71 174 0 114 57 7 522 122 71
Binary 11101100 111001 1111100 0 1001100 101111 111 101010010 1010010 111001

Color Harmonies of #EC397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC397C

Black with #EC397C

Text Example


Text Example

White with #EC397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC397C; }

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

 H1.HeaderClassName
 {
   color: #EC397C;
 }
 .AnyTagClassName
 {
   color: #EC397C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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