#ED3D82

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

Shades of Violet Red #ED3D82

Tints of Violet Red #ED3D82

Color information

#ED3D82 (or 0xED3D82) is unknown color: approx Violet Red. HEX triplet: ED, 3D and 82. RGB value is (237,61,130). Sum of RGB (Red+Green+Blue) = 237+61+130=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3D82 is #12C27D. Grayscale: #797979. Windows color (decimal): -1229438 or 8535533. OLE color: 8535533.

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

Color convert

RGB23761130-
CMYK00.740.450.07
HSL336.48º83.02%58.43%-
HSV(B)336.48º74.26%92.94%-
XYZ40.6222.9523.41-
YUV121.49132.81210.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 61 (24.22% from 255) = 14.25%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=55.37%
G=14.25%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376113000.740.450.07336.4883.0258.43
HexED3D8204A2D7150533a
Octal35575202011255752012372
Binary1110110111110110000010010010101011011111010100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D82; }

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

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

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

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

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

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

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

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