Html Css Color HEX #EC3890 Violet Red

📋 copy color: '#EC3890'

red 236 ◦ green 56 ◦ blue 144

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

Shades of Violet Red #EC3890

Tints of Violet Red #EC3890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 54.13%
G = 12.84%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC3890 (or 0xEC3890) is known color: Violet Red. HEX triplet: EC, 38 and 90. RGB value is (236,56,144). Sum of RGB (Red+Green+Blue) = 236+56+144=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3890 is #13C76F. Grayscale: #777777. Windows color (decimal): -1296240 or 9451756. OLE color: 9451756.

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

Color convert

RGB 236 56 144 -
CMYK 0 0.76 0.39 0.07
HSL 330.67º 0.83% 0.57% -
HSV(B) 330.67º 0.76% 0.93% -
XYZ 41.04 22.67 28.6 -
YUV 119.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 236 56 144 0 0.76 0.39 0.07 330.67 0.83 0.57
Hex EC 38 90 0 4C 27 7 14B 53 39
Octal 354 70 220 0 114 47 7 513 123 71
Binary 11101100 111000 10010000 0 1001100 100111 111 101001011 1010011 111001

Color Harmonies of #EC3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3890

Black with #EC3890

Text Example


Text Example

White with #EC3890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3890; }

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

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

background-color css

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

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

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

border-color css

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

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

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