Html Css Color HEX #E2233C Alizarin

📋 copy color: '#E2233C'

red 226 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #E2233C

Tints of Alizarin #E2233C

RGB

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

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

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

R = 70.4%
G = 10.9%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2233C (or 0xE2233C) is known color: Alizarin. HEX triplet: E2, 23 and 3C. RGB value is (226,35,60). Sum of RGB (Red+Green+Blue) = 226+35+60=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2233C is #1DDCC3. Grayscale: #5F5F5F. Windows color (decimal): -1957060 or 3941346. OLE color: 3941346.

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

Color convert

RGB 226 35 60 -
CMYK 0 0.85 0.73 0.11
HSL 352.15º 0.77% 0.51% -
HSV(B) 352.15º 0.85% 0.89% -
XYZ 32.78 17.7 5.96 -
YUV 94.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 226 35 60 0 0.85 0.73 0.11 352.15 0.77 0.51
Hex E2 23 3C 0 55 49 B 160 4D 33
Octal 342 43 74 0 125 111 13 540 115 63
Binary 11100010 100011 111100 0 1010101 1001001 1011 101100000 1001101 110011

Color Harmonies of #E2233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2233C

Black with #E2233C

Text Example


Text Example

White with #E2233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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