#E93E82

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

Shades of Violet Red #E93E82

Tints of Violet Red #E93E82

Color information

#E93E82 (or 0xE93E82) is unknown color: approx Violet Red. HEX triplet: E9, 3E and 82. RGB value is (233,62,130). Sum of RGB (Red+Green+Blue) = 233+62+130=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93E82 is #16C17D. Grayscale: #787878. Windows color (decimal): -1491326 or 8535785. OLE color: 8535785.

HSL color Cylindrical-coordinate representation of color #E93E82: hue angle of 336.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93E82 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23362130-
CMYK00.730.440.09
HSL336.14º79.53%57.84%-
HSV(B)336.14º73.39%91.37%-
XYZ39.3622.3823.36-
YUV120.88133.15207.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 62 (24.61% from 255) = 14.59%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=54.82%
G=14.59%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336213000.730.440.09336.1479.5357.84
HexE93E820492C9150503a
Octal351762020111541152012072
Binary11101001111110100000100100100110110010011010100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93E82; }

 p { color: rgb(233,62,130); }

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

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

 a { background-color: rgb(233,62,130); }

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

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

 span { border-color: rgb(233,62,130); }

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