Html Css Color HEX #EC3880 Violet Red

📋 copy color: '#EC3880'

red 236 ◦ green 56 ◦ blue 128

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

Shades of Violet Red #EC3880

Tints of Violet Red #EC3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.33%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 56.19%
G = 13.33%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC3880 (or 0xEC3880) is known color: Violet Red. HEX triplet: EC, 38 and 80. RGB value is (236,56,128). Sum of RGB (Red+Green+Blue) = 236+56+128=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3880 is #13C77F. Grayscale: #757575. Windows color (decimal): -1296256 or 8403180. OLE color: 8403180.

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

Color convert

RGB 236 56 128 -
CMYK 0 0.76 0.46 0.07
HSL 336º 0.83% 0.57% -
HSV(B) 336º 0.76% 0.93% -
XYZ 39.9 22.22 22.61 -
YUV 118.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 236 56 128 0 0.76 0.46 0.07 336 0.83 0.57
Hex EC 38 80 0 4C 2E 7 150 53 39
Octal 354 70 200 0 114 56 7 520 123 71
Binary 11101100 111000 10000000 0 1001100 101110 111 101010000 1010011 111001

Color Harmonies of #EC3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3880

Black with #EC3880

Text Example


Text Example

White with #EC3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3880; }

 p { color: rgb(236,56,128); }

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

background-color css

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

 a { background-color: rgb(236,56,128); }

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

border-color css

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

 span { border-color: rgb(236,56,128); }

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