#ED3D7C

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

Shades of Violet Red #ED3D7C

Tints of Violet Red #ED3D7C

Color information

#ED3D7C (or 0xED3D7C) is unknown color: approx Violet Red. HEX triplet: ED, 3D and 7C. RGB value is (237,61,124). Sum of RGB (Red+Green+Blue) = 237+61+124=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3D7C is #12C283. Grayscale: #787878. Windows color (decimal): -1229444 or 8142317. OLE color: 8142317.

HSL color Cylindrical-coordinate representation of color #ED3D7C: hue angle of 338.52º degrees, saturation: 0.83, 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 #ED3D7C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB23761124-
CMYK00.740.480.07
HSL338.52º83.02%58.43%-
HSV(B)338.52º74.26%92.94%-
XYZ40.2322.821.35-
YUV120.81129.81210.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.16%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=56.16%
G=14.45%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376112400.740.480.07338.5283.0258.43
HexED3D7C04A307153533a
Octal35575174011260752312372
Binary111011011111011111100010010101100001111010100111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D7C; }

 p { color: rgb(237,61,124); }

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

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

 a { background-color: rgb(237,61,124); }

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

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

 span { border-color: rgb(237,61,124); }

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