Html Css Color HEX #EC3992 Violet Red

📋 copy color: '#EC3992'

red 236 ◦ green 57 ◦ blue 146

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

Shades of Violet Red #EC3992

Tints of Violet Red #EC3992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 53.76%
G = 12.98%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC3992 (or 0xEC3992) is known color: Violet Red. HEX triplet: EC, 39 and 92. RGB value is (236,57,146). Sum of RGB (Red+Green+Blue) = 236+57+146=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3992 is #13C66D. Grayscale: #787878. Windows color (decimal): -1295982 or 9583084. OLE color: 9583084.

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

Color convert

RGB 236 57 146 -
CMYK 0 0.76 0.38 0.07
HSL 330.17º 0.82% 0.57% -
HSV(B) 330.17º 0.76% 0.93% -
XYZ 41.24 22.83 29.43 -
YUV 120.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 236 57 146 0 0.76 0.38 0.07 330.17 0.82 0.57
Hex EC 39 92 0 4C 26 7 14A 52 39
Octal 354 71 222 0 114 46 7 512 122 71
Binary 11101100 111001 10010010 0 1001100 100110 111 101001010 1010010 111001

Color Harmonies of #EC3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3992

Black with #EC3992

Text Example


Text Example

White with #EC3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3992; }

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

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

background-color css

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

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

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

border-color css

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

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

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