#EC4293

Color #EC4293 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EC4293

Tints of Violet Red #EC4293

Color information

#EC4293 (or 0xEC4293) is unknown color: approx Violet Red. HEX triplet: EC, 42 and 93. RGB value is (236,66,147). Sum of RGB (Red+Green+Blue) = 236+66+147=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4293 is #13BD6C. Grayscale: #7D7D7D. Windows color (decimal): -1293677 or 9650924. OLE color: 9650924.

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

Color convert

RGB23666147-
CMYK00.720.380.07
HSL331.41º81.73%59.22%-
HSV(B)331.41º72.03%92.55%-
XYZ41.8123.8430-
YUV126.06139.82206.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 66 (26.17% from 255) = 14.70%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=52.56%
G=14.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366614700.720.380.07331.4181.7359.22
HexEC429304826714b523b
Octal354102223011046751312273
Binary11101100100001010010011010010001001101111010010111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4293; }

 p { color: rgb(236,66,147); }

 H1.HeaderClassName
 {
   color: #EC4293;
 }
 .AnyTagClassName
 {
   color: #EC4293;
 }
</style>
background-color css

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

 a { background-color: rgb(236,66,147); }

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

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

 span { border-color: rgb(236,66,147); }

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