#E93C7D

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

Shades of Violet Red #E93C7D

Tints of Violet Red #E93C7D

Color information

#E93C7D (or 0xE93C7D) is unknown color: approx Violet Red. HEX triplet: E9, 3C and 7D. RGB value is (233,60,125). Sum of RGB (Red+Green+Blue) = 233+60+125=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93C7D is #16C382. Grayscale: #777777. Windows color (decimal): -1491843 or 8207593. OLE color: 8207593.

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

Color convert

RGB23360125-
CMYK00.740.460.09
HSL337.46º79.72%57.45%-
HSV(B)337.46º74.25%91.37%-
XYZ38.9222.0421.6-
YUV119.14131.31209.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.74%
GREEN value IS 60 (23.83% from 255) = 14.35%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=55.74%
G=14.35%
B=29.90%

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
Decimal2336012500.740.460.09337.4679.7257.45
HexE93C7D04A2E91515039
Octal351741750112561152112071
Binary1110100111110011111010100101010111010011010100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93C7D; }

 p { color: rgb(233,60,125); }

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

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

 a { background-color: rgb(233,60,125); }

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

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

 span { border-color: rgb(233,60,125); }

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