Html Css Color HEX #EC3979 Violet Red

📋 copy color: '#EC3979'

red 236 ◦ green 57 ◦ blue 121

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

Shades of Violet Red #EC3979

Tints of Violet Red #EC3979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 57%
G = 13.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC3979 (or 0xEC3979) is known color: Violet Red. HEX triplet: EC, 39 and 79. RGB value is (236,57,121). Sum of RGB (Red+Green+Blue) = 236+57+121=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3979 is #13C686. Grayscale: #757575. Windows color (decimal): -1296007 or 7944684. OLE color: 7944684.

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

Color convert

RGB 236 57 121 -
CMYK 0 0.76 0.49 0.07
HSL 338.55º 0.82% 0.57% -
HSV(B) 338.55º 0.76% 0.93% -
XYZ 39.51 22.14 20.28 -
YUV 117.82 129.8 212.3 -
System Red Green Blue C M Y K H S L
Decimal 236 57 121 0 0.76 0.49 0.07 338.55 0.82 0.57
Hex EC 39 79 0 4C 31 7 153 52 39
Octal 354 71 171 0 114 61 7 523 122 71
Binary 11101100 111001 1111001 0 1001100 110001 111 101010011 1010010 111001

Color Harmonies of #EC3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3979

Black with #EC3979

Text Example


Text Example

White with #EC3979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3979; }

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

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

background-color css

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

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

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

border-color css

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

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

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