Html Css Color HEX #EC4595 Violet Red

📋 copy color: '#EC4595'

red 236 ◦ green 69 ◦ blue 149

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

Shades of Violet Red #EC4595

Tints of Violet Red #EC4595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.82%

R = 51.98%
G = 15.2%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4595 (or 0xEC4595) is known color: Violet Red. HEX triplet: EC, 45 and 95. RGB value is (236,69,149). Sum of RGB (Red+Green+Blue) = 236+69+149=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4595 is #13BA6A. Grayscale: #7F7F7F. Windows color (decimal): -1292907 or 9782764. OLE color: 9782764.

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

Color convert

RGB 236 69 149 -
CMYK 0 0.71 0.37 0.07
HSL 331.26º 0.81% 0.6% -
HSV(B) 331.26º 0.71% 0.93% -
XYZ 42.15 24.26 30.89 -
YUV 128.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 236 69 149 0 0.71 0.37 0.07 331.26 0.81 0.6
Hex EC 45 95 0 47 25 7 14B 51 3C
Octal 354 105 225 0 107 45 7 513 121 74
Binary 11101100 1000101 10010101 0 1000111 100101 111 101001011 1010001 111100

Color Harmonies of #EC4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4595

Black with #EC4595

Text Example


Text Example

White with #EC4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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