Html Css Color HEX #EC4491 Violet Red

📋 copy color: '#EC4491'

red 236 ◦ green 68 ◦ blue 145

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

Shades of Violet Red #EC4491

Tints of Violet Red #EC4491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.14%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 52.56%
G = 15.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4491 (or 0xEC4491) is known color: Violet Red. HEX triplet: EC, 44 and 91. RGB value is (236,68,145). Sum of RGB (Red+Green+Blue) = 236+68+145=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4491 is #13BB6E. Grayscale: #7E7E7E. Windows color (decimal): -1293167 or 9520364. OLE color: 9520364.

HSL color Cylindrical-coordinate representation of color #EC4491: hue angle of 332.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4491 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 145 -
CMYK 0 0.71 0.39 0.07
HSL 332.5º 0.82% 0.6% -
HSV(B) 332.5º 0.71% 0.93% -
XYZ 41.77 24.01 29.22 -
YUV 127.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 236 68 145 0 0.71 0.39 0.07 332.5 0.82 0.6
Hex EC 44 91 0 47 27 7 14C 52 3C
Octal 354 104 221 0 107 47 7 514 122 74
Binary 11101100 1000100 10010001 0 1000111 100111 111 101001100 1010010 111100

Color Harmonies of #EC4491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4491

Black with #EC4491

Text Example


Text Example

White with #EC4491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4491; }

 p { color: rgb(236,68,145); }

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

background-color css

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

 a { background-color: rgb(236,68,145); }

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

border-color css

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

 span { border-color: rgb(236,68,145); }

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