Html Css Color HEX #EC4096 Violet Red

📋 copy color: '#EC4096'

red 236 ◦ green 64 ◦ blue 150

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

Shades of Violet Red #EC4096

Tints of Violet Red #EC4096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 52.44%
G = 14.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC4096 (or 0xEC4096) is known color: Violet Red. HEX triplet: EC, 40 and 96. RGB value is (236,64,150). Sum of RGB (Red+Green+Blue) = 236+64+150=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4096 is #13BF69. Grayscale: #7D7D7D. Windows color (decimal): -1294186 or 9847020. OLE color: 9847020.

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

Color convert

RGB 236 64 150 -
CMYK 0 0.73 0.36 0.07
HSL 330º 0.82% 0.59% -
HSV(B) 330º 0.73% 0.93% -
XYZ 41.93 23.7 31.22 -
YUV 125.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 236 64 150 0 0.73 0.36 0.07 330 0.82 0.59
Hex EC 40 96 0 49 24 7 14A 52 3B
Octal 354 100 226 0 111 44 7 512 122 73
Binary 11101100 1000000 10010110 0 1001001 100100 111 101001010 1010010 111011

Color Harmonies of #EC4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4096

Black with #EC4096

Text Example


Text Example

White with #EC4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4096; }

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

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

background-color css

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

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

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

border-color css

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

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

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