Html Css Color HEX #E42340 Alizarin

📋 copy color: '#E42340'

red 228 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #E42340

Tints of Alizarin #E42340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 69.72%
G = 10.7%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E42340 (or 0xE42340) is known color: Alizarin. HEX triplet: E4, 23 and 40. RGB value is (228,35,64). Sum of RGB (Red+Green+Blue) = 228+35+64=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E42340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42340 is #1BDCBF. Grayscale: #606060. Windows color (decimal): -1825984 or 4203492. OLE color: 4203492.

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

Color convert

RGB 228 35 64 -
CMYK 0 0.85 0.72 0.11
HSL 350.98º 0.78% 0.52% -
HSV(B) 350.98º 0.85% 0.89% -
XYZ 33.52 18.07 6.57 -
YUV 96.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 228 35 64 0 0.85 0.72 0.11 350.98 0.78 0.52
Hex E4 23 40 0 55 48 B 15F 4E 34
Octal 344 43 100 0 125 110 13 537 116 64
Binary 11100100 100011 1000000 0 1010101 1001000 1011 101011111 1001110 110100

Color Harmonies of #E42340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42340

Black with #E42340

Text Example


Text Example

White with #E42340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42340; }

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

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

background-color css

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

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

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

border-color css

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

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

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