#EC427D

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

Shades of Violet Red #EC427D

Tints of Violet Red #EC427D

Color information

#EC427D (or 0xEC427D) is unknown color: approx Violet Red. HEX triplet: EC, 42 and 7D. RGB value is (236,66,125). Sum of RGB (Red+Green+Blue) = 236+66+125=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427D is #13BD82. Grayscale: #7B7B7B. Windows color (decimal): -1293699 or 8209132. OLE color: 8209132.

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

Color convert

RGB23666125-
CMYK00.720.470.07
HSL339.18º81.73%59.22%-
HSV(B)339.18º72.03%92.55%-
XYZ40.2423.2121.76-
YUV123.56128.82208.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=55.27%
G=15.46%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366612500.720.470.07339.1881.7359.22
HexEC427D0482F7153523b
Octal354102175011057752312273
Binary1110110010000101111101010010001011111111010100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC427D; }

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

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

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

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

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

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

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

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