#E93D81

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

Shades of Violet Red #E93D81

Tints of Violet Red #E93D81

Color information

#E93D81 (or 0xE93D81) is unknown color: approx Violet Red. HEX triplet: E9, 3D and 81. RGB value is (233,61,129). Sum of RGB (Red+Green+Blue) = 233+61+129=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93D81 is #16C27E. Grayscale: #787878. Windows color (decimal): -1491583 or 8469993. OLE color: 8469993.

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

Color convert

RGB23361129-
CMYK00.740.450.09
HSL336.28º79.63%57.65%-
HSV(B)336.28º73.82%91.37%-
XYZ39.2422.2522.99-
YUV120.18132.98208.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=55.08%
G=14.42%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336112900.740.450.09336.2879.6357.65
HexE93D8104A2D9150503a
Octal351752010112551152012072
Binary11101001111101100000010100101010110110011010100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93D81; }

 p { color: rgb(233,61,129); }

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

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

 a { background-color: rgb(233,61,129); }

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

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

 span { border-color: rgb(233,61,129); }

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