Html Css Color HEX #EC397A Violet Red

📋 copy color: '#EC397A'

red 236 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #EC397A

Tints of Violet Red #EC397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 56.87%
G = 13.73%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC397A (or 0xEC397A) is known color: Violet Red. HEX triplet: EC, 39 and 7A. RGB value is (236,57,122). Sum of RGB (Red+Green+Blue) = 236+57+122=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC397A is #13C685. Grayscale: #757575. Windows color (decimal): -1296006 or 8010220. OLE color: 8010220.

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

Color convert

RGB 236 57 122 -
CMYK 0 0.76 0.48 0.07
HSL 338.21º 0.82% 0.57% -
HSV(B) 338.21º 0.76% 0.93% -
XYZ 39.57 22.16 20.61 -
YUV 117.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 236 57 122 0 0.76 0.48 0.07 338.21 0.82 0.57
Hex EC 39 7A 0 4C 30 7 152 52 39
Octal 354 71 172 0 114 60 7 522 122 71
Binary 11101100 111001 1111010 0 1001100 110000 111 101010010 1010010 111001

Color Harmonies of #EC397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC397A

Black with #EC397A

Text Example


Text Example

White with #EC397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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