#EC4283

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

Shades of Violet Red #EC4283

Tints of Violet Red #EC4283

Color information

#EC4283 (or 0xEC4283) is unknown color: approx Violet Red. HEX triplet: EC, 42 and 83. RGB value is (236,66,131). Sum of RGB (Red+Green+Blue) = 236+66+131=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4283 is #13BD7C. Grayscale: #7C7C7C. Windows color (decimal): -1293693 or 8602348. OLE color: 8602348.

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

Color convert

RGB23666131-
CMYK00.720.440.07
HSL337.06º81.73%59.22%-
HSV(B)337.06º72.03%92.55%-
XYZ40.6423.3723.84-
YUV124.24131.82207.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.50%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=54.50%
G=15.24%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366613100.720.440.07337.0681.7359.22
HexEC42830482C7151523b
Octal354102203011054752112273
Binary11101100100001010000011010010001011001111010100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4283; }

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

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

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

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

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

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

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

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