#ED3991

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

Shades of Violet Red #ED3991

Tints of Violet Red #ED3991

Color information

#ED3991 (or 0xED3991) is unknown color: approx Violet Red. HEX triplet: ED, 39 and 91. RGB value is (237,57,145). Sum of RGB (Red+Green+Blue) = 237+57+145=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3991 is #12C66E. Grayscale: #787878. Windows color (decimal): -1230447 or 9517549. OLE color: 9517549.

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

Color convert

RGB23757145-
CMYK00.760.390.07
HSL330.67º83.33%57.65%-
HSV(B)330.67º75.95%92.94%-
XYZ41.522.9829.04-
YUV120.85141.63210.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 145 (57.03% from 255) = 33.03%
R=53.99%
G=12.98%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375714500.760.390.07330.6783.3357.65
HexED399104C27714b533a
Octal35571221011447751312372
Binary1110110111100110010001010011001001111111010010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3991; }

 p { color: rgb(237,57,145); }

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

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

 a { background-color: rgb(237,57,145); }

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

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

 span { border-color: rgb(237,57,145); }

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