Html Css Color HEX #E92040 Alizarin

📋 copy color: '#E92040'

red 233 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #E92040

Tints of Alizarin #E92040

RGB

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

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

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

R = 70.82%
G = 9.73%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E92040 (or 0xE92040) is known color: Alizarin. HEX triplet: E9, 20 and 40. RGB value is (233,32,64). Sum of RGB (Red+Green+Blue) = 233+32+64=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E92040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92040 is #16DFBF. Grayscale: #5F5F5F. Windows color (decimal): -1499072 or 4202729. OLE color: 4202729.

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

Color convert

RGB 233 32 64 -
CMYK 0 0.86 0.73 0.09
HSL 350.45º 0.82% 0.52% -
HSV(B) 350.45º 0.86% 0.91% -
XYZ 35.05 18.73 6.62 -
YUV 95.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 233 32 64 0 0.86 0.73 0.09 350.45 0.82 0.52
Hex E9 20 40 0 56 49 9 15E 52 34
Octal 351 40 100 0 126 111 11 536 122 64
Binary 11101001 100000 1000000 0 1010110 1001001 1001 101011110 1010010 110100

Color Harmonies of #E92040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92040

Black with #E92040

Text Example


Text Example

White with #E92040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92040; }

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

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

background-color css

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

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

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

border-color css

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

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

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