#E93E8E

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

Shades of Violet Red #E93E8E

Tints of Violet Red #E93E8E

Color information

#E93E8E (or 0xE93E8E) is unknown color: approx Violet Red. HEX triplet: E9, 3E and 8E. RGB value is (233,62,142). Sum of RGB (Red+Green+Blue) = 233+62+142=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93E8E is #16C171. Grayscale: #7A7A7A. Windows color (decimal): -1491314 or 9322217. OLE color: 9322217.

HSL color Cylindrical-coordinate representation of color #E93E8E: hue angle of 331.93º 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 #E93E8E is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23362142-
CMYK00.730.390.09
HSL331.93º79.53%57.84%-
HSV(B)331.93º73.39%91.37%-
XYZ40.2122.7227.86-
YUV122.25139.15207-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.32%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=53.32%
G=14.19%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336214200.730.390.09331.9379.5357.84
HexE93E8E04927914c503a
Octal351762160111471151412072
Binary11101001111110100011100100100110011110011010011001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93E8E; }

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

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

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

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

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

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

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

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