Html Css Color HEX #E93140 Alizarin

📋 copy color: '#E93140'

red 233 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #E93140

Tints of Alizarin #E93140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 67.34%
G = 14.16%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E93140 (or 0xE93140) is known color: Alizarin. HEX triplet: E9, 31 and 40. RGB value is (233,49,64). Sum of RGB (Red+Green+Blue) = 233+49+64=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E93140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93140 is #16CEBF. Grayscale: #696969. Windows color (decimal): -1494720 or 4207081. OLE color: 4207081.

HSL color Cylindrical-coordinate representation of color #E93140: hue angle of 355.11º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93140 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 49 64 -
CMYK 0 0.79 0.73 0.09
HSL 355.11º 0.81% 0.55% -
HSV(B) 355.11º 0.79% 0.91% -
XYZ 35.63 19.89 6.81 -
YUV 105.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 233 49 64 0 0.79 0.73 0.09 355.11 0.81 0.55
Hex E9 31 40 0 4F 49 9 163 51 37
Octal 351 61 100 0 117 111 11 543 121 67
Binary 11101001 110001 1000000 0 1001111 1001001 1001 101100011 1010001 110111

Color Harmonies of #E93140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93140

Black with #E93140

Text Example


Text Example

White with #E93140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93140; }

 p { color: rgb(233,49,64); }

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

background-color css

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

 a { background-color: rgb(233,49,64); }

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

border-color css

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

 span { border-color: rgb(233,49,64); }

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