Html Css Color HEX #E2343C Alizarin

📋 copy color: '#E2343C'

red 226 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #E2343C

Tints of Alizarin #E2343C

RGB

 RED value IS 226 (88.67% from 255) = 66.86%

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 66.86%
G = 15.38%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2343C (or 0xE2343C) is known color: Alizarin. HEX triplet: E2, 34 and 3C. RGB value is (226,52,60). Sum of RGB (Red+Green+Blue) = 226+52+60=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2343C is #1DCBC3. Grayscale: #696969. Windows color (decimal): -1952708 or 3945698. OLE color: 3945698.

HSL color Cylindrical-coordinate representation of color #E2343C: hue angle of 357.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2343C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 52 60 -
CMYK 0 0.77 0.73 0.11
HSL 357.24º 0.75% 0.55% -
HSV(B) 357.24º 0.77% 0.89% -
XYZ 33.41 18.95 6.17 -
YUV 104.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 226 52 60 0 0.77 0.73 0.11 357.24 0.75 0.55
Hex E2 34 3C 0 4D 49 B 165 4B 37
Octal 342 64 74 0 115 111 13 545 113 67
Binary 11100010 110100 111100 0 1001101 1001001 1011 101100101 1001011 110111

Color Harmonies of #E2343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2343C

Black with #E2343C

Text Example


Text Example

White with #E2343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2343C; }

 p { color: rgb(226,52,60); }

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

background-color css

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

 a { background-color: rgb(226,52,60); }

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

border-color css

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

 span { border-color: rgb(226,52,60); }

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