Html Css Color HEX #EC3781 Violet Red

📋 copy color: '#EC3781'

red 236 ◦ green 55 ◦ blue 129

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

Shades of Violet Red #EC3781

Tints of Violet Red #EC3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.1%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 56.19%
G = 13.1%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC3781 (or 0xEC3781) is known color: Violet Red. HEX triplet: EC, 37 and 81. RGB value is (236,55,129). Sum of RGB (Red+Green+Blue) = 236+55+129=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3781 is #13C87E. Grayscale: #757575. Windows color (decimal): -1296511 or 8468460. OLE color: 8468460.

HSL color Cylindrical-coordinate representation of color #EC3781: hue angle of 335.47º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3781 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 55 129 -
CMYK 0 0.77 0.45 0.07
HSL 335.47º 0.83% 0.57% -
HSV(B) 335.47º 0.77% 0.93% -
XYZ 39.92 22.15 22.94 -
YUV 117.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 236 55 129 0 0.77 0.45 0.07 335.47 0.83 0.57
Hex EC 37 81 0 4D 2D 7 14F 53 39
Octal 354 67 201 0 115 55 7 517 123 71
Binary 11101100 110111 10000001 0 1001101 101101 111 101001111 1010011 111001

Color Harmonies of #EC3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3781

Black with #EC3781

Text Example


Text Example

White with #EC3781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3781; }

 p { color: rgb(236,55,129); }

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

background-color css

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

 a { background-color: rgb(236,55,129); }

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

border-color css

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

 span { border-color: rgb(236,55,129); }

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