Html Css Color HEX #E93042 Alizarin

📋 copy color: '#E93042'

red 233 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #E93042

Tints of Alizarin #E93042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 67.15%
G = 13.83%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E93042 (or 0xE93042) is known color: Alizarin. HEX triplet: E9, 30 and 42. RGB value is (233,48,66). Sum of RGB (Red+Green+Blue) = 233+48+66=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E93042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93042 is #16CFBD. Grayscale: #696969. Windows color (decimal): -1494974 or 4337897. OLE color: 4337897.

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

Color convert

RGB 233 48 66 -
CMYK 0 0.79 0.72 0.09
HSL 354.16º 0.81% 0.55% -
HSV(B) 354.16º 0.79% 0.91% -
XYZ 35.64 19.83 7.1 -
YUV 105.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 233 48 66 0 0.79 0.72 0.09 354.16 0.81 0.55
Hex E9 30 42 0 4F 48 9 162 51 37
Octal 351 60 102 0 117 110 11 542 121 67
Binary 11101001 110000 1000010 0 1001111 1001000 1001 101100010 1010001 110111

Color Harmonies of #E93042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93042

Black with #E93042

Text Example


Text Example

White with #E93042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93042; }

 p { color: rgb(233,48,66); }

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

background-color css

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

 a { background-color: rgb(233,48,66); }

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

border-color css

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

 span { border-color: rgb(233,48,66); }

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