Html Css Color HEX #E92041 Alizarin

📋 copy color: '#E92041'

red 233 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #E92041

Tints of Alizarin #E92041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 70.61%
G = 9.7%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E92041 (or 0xE92041) is known color: Alizarin. HEX triplet: E9, 20 and 41. RGB value is (233,32,65). Sum of RGB (Red+Green+Blue) = 233+32+65=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E92041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92041 is #16DFBE. Grayscale: #5F5F5F. Windows color (decimal): -1499071 or 4268265. OLE color: 4268265.

HSL color Cylindrical-coordinate representation of color #E92041: hue angle of 350.15º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92041 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 65 -
CMYK 0 0.86 0.72 0.09
HSL 350.15º 0.82% 0.52% -
HSV(B) 350.15º 0.86% 0.91% -
XYZ 35.07 18.74 6.77 -
YUV 95.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 233 32 65 0 0.86 0.72 0.09 350.15 0.82 0.52
Hex E9 20 41 0 56 48 9 15E 52 34
Octal 351 40 101 0 126 110 11 536 122 64
Binary 11101001 100000 1000001 0 1010110 1001000 1001 101011110 1010010 110100

Color Harmonies of #E92041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92041

Black with #E92041

Text Example


Text Example

White with #E92041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92041; }

 p { color: rgb(233,32,65); }

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

background-color css

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

 a { background-color: rgb(233,32,65); }

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

border-color css

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

 span { border-color: rgb(233,32,65); }

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