Html Css Color HEX #E42640 Alizarin

📋 copy color: '#E42640'

red 228 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #E42640

Tints of Alizarin #E42640

RGB

 RED value IS 228 (89.45% from 255) = 69.09%

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 69.09%
G = 11.52%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E42640 (or 0xE42640) is known color: Alizarin. HEX triplet: E4, 26 and 40. RGB value is (228,38,64). Sum of RGB (Red+Green+Blue) = 228+38+64=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E42640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42640 is #1BD9BF. Grayscale: #616161. Windows color (decimal): -1825216 or 4204260. OLE color: 4204260.

HSL color Cylindrical-coordinate representation of color #E42640: hue angle of 351.79º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42640 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 38 64 -
CMYK 0 0.83 0.72 0.11
HSL 351.79º 0.78% 0.52% -
HSV(B) 351.79º 0.83% 0.89% -
XYZ 33.61 18.25 6.6 -
YUV 97.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 228 38 64 0 0.83 0.72 0.11 351.79 0.78 0.52
Hex E4 26 40 0 53 48 B 160 4E 34
Octal 344 46 100 0 123 110 13 540 116 64
Binary 11100100 100110 1000000 0 1010011 1001000 1011 101100000 1001110 110100

Color Harmonies of #E42640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42640

Black with #E42640

Text Example


Text Example

White with #E42640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42640; }

 p { color: rgb(228,38,64); }

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

background-color css

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

 a { background-color: rgb(228,38,64); }

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

border-color css

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

 span { border-color: rgb(228,38,64); }

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