#E93D7E

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

Shades of Violet Red #E93D7E

Tints of Violet Red #E93D7E

Color information

#E93D7E (or 0xE93D7E) is unknown color: approx Violet Red. HEX triplet: E9, 3D and 7E. RGB value is (233,61,126). Sum of RGB (Red+Green+Blue) = 233+61+126=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D7E is #16C281. Grayscale: #777777. Windows color (decimal): -1491586 or 8273385. OLE color: 8273385.

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

Color convert

RGB23361126-
CMYK00.740.460.09
HSL337.33º79.63%57.65%-
HSV(B)337.33º73.82%91.37%-
XYZ39.0422.1721.96-
YUV119.84131.48208.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.48%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 126 (49.61% from 255) = 30%
R=55.48%
G=14.52%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336112600.740.460.09337.3379.6357.65
HexE93D7E04A2E9151503a
Octal351751760112561152112072
Binary1110100111110111111100100101010111010011010100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93D7E; }

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

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

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

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

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

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

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

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