Html Css Color HEX #EC4498 Violet Red

📋 copy color: '#EC4498'

red 236 ◦ green 68 ◦ blue 152

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

Shades of Violet Red #EC4498

Tints of Violet Red #EC4498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 51.75%
G = 14.91%
B = 33.33%

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

#EC4498 (or 0xEC4498) is known color: Violet Red. HEX triplet: EC, 44 and 98. RGB value is (236,68,152). Sum of RGB (Red+Green+Blue) = 236+68+152=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4498 is #13BB67. Grayscale: #7F7F7F. Windows color (decimal): -1293160 or 9979116. OLE color: 9979116.

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

Color convert

RGB 236 68 152 -
CMYK 0 0.71 0.36 0.07
HSL 330º 0.82% 0.6% -
HSV(B) 330º 0.71% 0.93% -
XYZ 42.33 24.23 32.15 -
YUV 127.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 236 68 152 0 0.71 0.36 0.07 330 0.82 0.6
Hex EC 44 98 0 47 24 7 14A 52 3C
Octal 354 104 230 0 107 44 7 512 122 74
Binary 11101100 1000100 10011000 0 1000111 100100 111 101001010 1010010 111100

Color Harmonies of #EC4498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4498

Black with #EC4498

Text Example


Text Example

White with #EC4498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4498; }

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

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

background-color css

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

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

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

border-color css

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

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

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