Html Css Color HEX #EC4095 Violet Red

📋 copy color: '#EC4095'

red 236 ◦ green 64 ◦ blue 149

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

Shades of Violet Red #EC4095

Tints of Violet Red #EC4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 52.56%
G = 14.25%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4095 (or 0xEC4095) is known color: Violet Red. HEX triplet: EC, 40 and 95. RGB value is (236,64,149). Sum of RGB (Red+Green+Blue) = 236+64+149=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4095 is #13BF6A. Grayscale: #7C7C7C. Windows color (decimal): -1294187 or 9781484. OLE color: 9781484.

HSL color Cylindrical-coordinate representation of color #EC4095: hue angle of 330.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4095 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 149 -
CMYK 0 0.73 0.37 0.07
HSL 330.35º 0.82% 0.59% -
HSV(B) 330.35º 0.73% 0.93% -
XYZ 41.85 23.67 30.8 -
YUV 125.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 236 64 149 0 0.73 0.37 0.07 330.35 0.82 0.59
Hex EC 40 95 0 49 25 7 14A 52 3B
Octal 354 100 225 0 111 45 7 512 122 73
Binary 11101100 1000000 10010101 0 1001001 100101 111 101001010 1010010 111011

Color Harmonies of #EC4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4095

Black with #EC4095

Text Example


Text Example

White with #EC4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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