Html Css Color HEX #EC4495 Violet Red

📋 copy color: '#EC4495'

red 236 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #EC4495

Tints of Violet Red #EC4495

RGB

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

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

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

R = 52.1%
G = 15.01%
B = 32.89%

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

#EC4495 (or 0xEC4495) is known color: Violet Red. HEX triplet: EC, 44 and 95. RGB value is (236,68,149). Sum of RGB (Red+Green+Blue) = 236+68+149=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4495 is #13BB6A. Grayscale: #7F7F7F. Windows color (decimal): -1293163 or 9782508. OLE color: 9782508.

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

Color convert

RGB 236 68 149 -
CMYK 0 0.71 0.37 0.07
HSL 331.07º 0.82% 0.6% -
HSV(B) 331.07º 0.71% 0.93% -
XYZ 42.08 24.14 30.87 -
YUV 127.47 140.16 205.41 -
System Red Green Blue C M Y K H S L
Decimal 236 68 149 0 0.71 0.37 0.07 331.07 0.82 0.6
Hex EC 44 95 0 47 25 7 14B 52 3C
Octal 354 104 225 0 107 45 7 513 122 74
Binary 11101100 1000100 10010101 0 1000111 100101 111 101001011 1010010 111100

Color Harmonies of #EC4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4495

Black with #EC4495

Text Example


Text Example

White with #EC4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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