Html Css Color HEX #EC3977 Violet Red

📋 copy color: '#EC3977'

red 236 ◦ green 57 ◦ blue 119

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

Shades of Violet Red #EC3977

Tints of Violet Red #EC3977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 57.28%
G = 13.83%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC3977 (or 0xEC3977) is known color: Violet Red. HEX triplet: EC, 39 and 77. RGB value is (236,57,119). Sum of RGB (Red+Green+Blue) = 236+57+119=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3977 is #13C688. Grayscale: #757575. Windows color (decimal): -1296009 or 7813612. OLE color: 7813612.

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

Color convert

RGB 236 57 119 -
CMYK 0 0.76 0.50 0.07
HSL 339.22º 0.82% 0.57% -
HSV(B) 339.22º 0.76% 0.93% -
XYZ 39.38 22.09 19.64 -
YUV 117.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 236 57 119 0 0.76 0.50 0.07 339.22 0.82 0.57
Hex EC 39 77 0 4C 32 7 153 52 39
Octal 354 71 167 0 114 62 7 523 122 71
Binary 11101100 111001 1110111 0 1001100 110010 111 101010011 1010010 111001

Color Harmonies of #EC3977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3977

Black with #EC3977

Text Example


Text Example

White with #EC3977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3977; }

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

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

background-color css

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

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

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

border-color css

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

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

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