Html Css Color HEX #EC4591 Violet Red

📋 copy color: '#EC4591'

red 236 ◦ green 69 ◦ blue 145

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

Shades of Violet Red #EC4591

Tints of Violet Red #EC4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.33%

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

R = 52.44%
G = 15.33%
B = 32.22%

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

#EC4591 (or 0xEC4591) is known color: Violet Red. HEX triplet: EC, 45 and 91. RGB value is (236,69,145). Sum of RGB (Red+Green+Blue) = 236+69+145=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4591 is #13BA6E. Grayscale: #7F7F7F. Windows color (decimal): -1292911 or 9520620. OLE color: 9520620.

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

Color convert

RGB 236 69 145 -
CMYK 0 0.71 0.39 0.07
HSL 332.69º 0.81% 0.6% -
HSV(B) 332.69º 0.71% 0.93% -
XYZ 41.83 24.13 29.24 -
YUV 127.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 236 69 145 0 0.71 0.39 0.07 332.69 0.81 0.6
Hex EC 45 91 0 47 27 7 14D 51 3C
Octal 354 105 221 0 107 47 7 515 121 74
Binary 11101100 1000101 10010001 0 1000111 100111 111 101001101 1010001 111100

Color Harmonies of #EC4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4591

Black with #EC4591

Text Example


Text Example

White with #EC4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4591; }

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

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

background-color css

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

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

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

border-color css

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

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

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