#ED3F80

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

Shades of Violet Red #ED3F80

Tints of Violet Red #ED3F80

Color information

#ED3F80 (or 0xED3F80) is unknown color: approx Violet Red. HEX triplet: ED, 3F and 80. RGB value is (237,63,128). Sum of RGB (Red+Green+Blue) = 237+63+128=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3F80 is #12C07F. Grayscale: #7A7A7A. Windows color (decimal): -1228928 or 8404973. OLE color: 8404973.

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

Color convert

RGB23763128-
CMYK00.730.460.07
HSL337.59º82.86%58.82%-
HSV(B)337.59º73.42%92.94%-
XYZ40.623.1222.74-
YUV122.44131.15209.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=55.37%
G=14.72%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376312800.730.460.07337.5982.8658.82
HexED3F800492E7152533b
Octal35577200011156752212373
Binary1110110111111110000000010010011011101111010100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F80; }

 p { color: rgb(237,63,128); }

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

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

 a { background-color: rgb(237,63,128); }

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

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

 span { border-color: rgb(237,63,128); }

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