Html Css Color HEX #E93C8C Violet Red

📋 copy color: '#E93C8C'

red 233 ◦ green 60 ◦ blue 140

#E93C8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #E93C8C

Tints of Violet Red #E93C8C

RGB

 RED value IS 233 (91.41% from 255) = 53.81%

 GREEN value IS 60 (23.83% from 255) = 13.86%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 53.81%
G = 13.86%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E93C8C (or 0xE93C8C) is known color: Violet Red. HEX triplet: E9, 3C and 8C. RGB value is (233,60,140). Sum of RGB (Red+Green+Blue) = 233+60+140=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93C8C is #16C373. Grayscale: #787878. Windows color (decimal): -1491828 or 9190633. OLE color: 9190633.

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

Color convert

RGB 233 60 140 -
CMYK 0 0.74 0.40 0.09
HSL 332.25º 0.8% 0.57% -
HSV(B) 332.25º 0.74% 0.91% -
XYZ 39.95 22.45 27.04 -
YUV 120.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 233 60 140 0 0.74 0.40 0.09 332.25 0.8 0.57
Hex E9 3C 8C 0 4A 28 9 14C 50 39
Octal 351 74 214 0 112 50 11 514 120 71
Binary 11101001 111100 10001100 0 1001010 101000 1001 101001100 1010000 111001

Color Harmonies of #E93C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C8C

Black with #E93C8C

Text Example


Text Example

White with #E93C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C8C; }

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

 H1.HeaderClassName
 {
   color: #E93C8C;
 }
 .AnyTagClassName
 {
   color: #E93C8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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