#ED3B80

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

Shades of Violet Red #ED3B80

Tints of Violet Red #ED3B80

Color information

#ED3B80 (or 0xED3B80) is unknown color: approx Violet Red. HEX triplet: ED, 3B and 80. RGB value is (237,59,128). Sum of RGB (Red+Green+Blue) = 237+59+128=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3B80 is #12C47F. Grayscale: #777777. Windows color (decimal): -1229952 or 8403949. OLE color: 8403949.

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

Color convert

RGB23759128-
CMYK00.750.460.07
HSL336.74º83.18%58.04%-
HSV(B)336.74º75.11%92.94%-
XYZ40.3922.6922.67-
YUV120.09132.47211.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=55.90%
G=13.92%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375912800.750.460.07336.7483.1858.04
HexED3B8004B2E7151533a
Octal35573200011356752112372
Binary1110110111101110000000010010111011101111010100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3B80; }

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

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

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

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

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

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

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

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