Html Css Color HEX #E42341 Alizarin

📋 copy color: '#E42341'

red 228 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #E42341

Tints of Alizarin #E42341

RGB

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

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

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

R = 69.51%
G = 10.67%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42341 (or 0xE42341) is known color: Alizarin. HEX triplet: E4, 23 and 41. RGB value is (228,35,65). Sum of RGB (Red+Green+Blue) = 228+35+65=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E42341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42341 is #1BDCBE. Grayscale: #606060. Windows color (decimal): -1825983 or 4269028. OLE color: 4269028.

HSL color Cylindrical-coordinate representation of color #E42341: hue angle of 350.67º 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 #E42341 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 35 65 -
CMYK 0 0.85 0.71 0.11
HSL 350.67º 0.78% 0.52% -
HSV(B) 350.67º 0.85% 0.89% -
XYZ 33.55 18.08 6.72 -
YUV 96.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 228 35 65 0 0.85 0.71 0.11 350.67 0.78 0.52
Hex E4 23 41 0 55 47 B 15F 4E 34
Octal 344 43 101 0 125 107 13 537 116 64
Binary 11100100 100011 1000001 0 1010101 1000111 1011 101011111 1001110 110100

Color Harmonies of #E42341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42341

Black with #E42341

Text Example


Text Example

White with #E42341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42341; }

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

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

background-color css

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

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

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

border-color css

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

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

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