#ED3E80

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

Shades of Violet Red #ED3E80

Tints of Violet Red #ED3E80

Color information

#ED3E80 (or 0xED3E80) is unknown color: approx Violet Red. HEX triplet: ED, 3E and 80. RGB value is (237,62,128). Sum of RGB (Red+Green+Blue) = 237+62+128=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3E80 is #12C17F. Grayscale: #797979. Windows color (decimal): -1229184 or 8404717. OLE color: 8404717.

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

Color convert

RGB23762128-
CMYK00.740.460.07
HSL337.37º82.94%58.63%-
HSV(B)337.37º73.84%92.94%-
XYZ40.5423.0122.73-
YUV121.85131.48210.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=55.50%
G=14.52%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376212800.740.460.07337.3782.9458.63
HexED3E8004A2E7151533b
Octal35576200011256752112373
Binary1110110111111010000000010010101011101111010100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3E80; }

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

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

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

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

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

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

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

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