Html Css Color HEX #E2353C Alizarin

📋 copy color: '#E2353C'

red 226 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #E2353C

Tints of Alizarin #E2353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 66.67%
G = 15.63%
B = 17.7%

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

#E2353C (or 0xE2353C) is known color: Alizarin. HEX triplet: E2, 35 and 3C. RGB value is (226,53,60). Sum of RGB (Red+Green+Blue) = 226+53+60=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2353C is #1DCAC3. Grayscale: #696969. Windows color (decimal): -1952452 or 3945954. OLE color: 3945954.

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

Color convert

RGB 226 53 60 -
CMYK 0 0.77 0.73 0.11
HSL 357.57º 0.75% 0.55% -
HSV(B) 357.57º 0.77% 0.89% -
XYZ 33.45 19.04 6.19 -
YUV 105.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 226 53 60 0 0.77 0.73 0.11 357.57 0.75 0.55
Hex E2 35 3C 0 4D 49 B 166 4B 37
Octal 342 65 74 0 115 111 13 546 113 67
Binary 11100010 110101 111100 0 1001101 1001001 1011 101100110 1001011 110111

Color Harmonies of #E2353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2353C

Black with #E2353C

Text Example


Text Example

White with #E2353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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