Html Css Color HEX #EC4596 Violet Red

📋 copy color: '#EC4596'

red 236 ◦ green 69 ◦ blue 150

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

Shades of Violet Red #EC4596

Tints of Violet Red #EC4596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 51.87%
G = 15.16%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC4596 (or 0xEC4596) is known color: Violet Red. HEX triplet: EC, 45 and 96. RGB value is (236,69,150). Sum of RGB (Red+Green+Blue) = 236+69+150=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4596 is #13BA69. Grayscale: #808080. Windows color (decimal): -1292906 or 9848300. OLE color: 9848300.

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

Color convert

RGB 236 69 150 -
CMYK 0 0.71 0.36 0.07
HSL 330.9º 0.81% 0.6% -
HSV(B) 330.9º 0.71% 0.93% -
XYZ 42.23 24.29 31.32 -
YUV 128.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 236 69 150 0 0.71 0.36 0.07 330.9 0.81 0.6
Hex EC 45 96 0 47 24 7 14B 51 3C
Octal 354 105 226 0 107 44 7 513 121 74
Binary 11101100 1000101 10010110 0 1000111 100100 111 101001011 1010001 111100

Color Harmonies of #EC4596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4596

Black with #EC4596

Text Example


Text Example

White with #EC4596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4596; }

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

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

background-color css

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

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

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

border-color css

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

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

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