#EC3E7D

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

Shades of Violet Red #EC3E7D

Tints of Violet Red #EC3E7D

Color information

#EC3E7D (or 0xEC3E7D) is unknown color: approx Violet Red. HEX triplet: EC, 3E and 7D. RGB value is (236,62,125). Sum of RGB (Red+Green+Blue) = 236+62+125=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E7D is #13C182. Grayscale: #797979. Windows color (decimal): -1294723 or 8208108. OLE color: 8208108.

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

Color convert

RGB23662125-
CMYK00.740.470.07
HSL338.28º82.08%58.43%-
HSV(B)338.28º73.73%92.55%-
XYZ40.0222.7621.69-
YUV121.21130.15209.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.79%
GREEN value IS 62 (24.61% from 255) = 14.66%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=55.79%
G=14.66%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366212500.740.470.07338.2882.0858.43
HexEC3E7D04A2F7152523a
Octal35476175011257752212272
Binary111011001111101111101010010101011111111010100101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3E7D; }

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

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

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

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

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

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

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

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