Html Css Color HEX #EC4497 Violet Red

📋 copy color: '#EC4497'

red 236 ◦ green 68 ◦ blue 151

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

Shades of Violet Red #EC4497

Tints of Violet Red #EC4497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 51.87%
G = 14.95%
B = 33.19%

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

#EC4497 (or 0xEC4497) is known color: Violet Red. HEX triplet: EC, 44 and 97. RGB value is (236,68,151). Sum of RGB (Red+Green+Blue) = 236+68+151=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4497 is #13BB68. Grayscale: #7F7F7F. Windows color (decimal): -1293161 or 9913580. OLE color: 9913580.

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

Color convert

RGB 236 68 151 -
CMYK 0 0.71 0.36 0.07
HSL 330.36º 0.82% 0.6% -
HSV(B) 330.36º 0.71% 0.93% -
XYZ 42.25 24.2 31.72 -
YUV 127.69 141.16 205.25 -
System Red Green Blue C M Y K H S L
Decimal 236 68 151 0 0.71 0.36 0.07 330.36 0.82 0.6
Hex EC 44 97 0 47 24 7 14A 52 3C
Octal 354 104 227 0 107 44 7 512 122 74
Binary 11101100 1000100 10010111 0 1000111 100100 111 101001010 1010010 111100

Color Harmonies of #EC4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4497

Black with #EC4497

Text Example


Text Example

White with #EC4497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4497; }

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

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

background-color css

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

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

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

border-color css

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

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

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