Html Css Color HEX #E5233C Alizarin

📋 copy color: '#E5233C'

red 229 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #E5233C

Tints of Alizarin #E5233C

RGB

 RED value IS 229 (89.84% from 255) = 70.68%

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

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

R = 70.68%
G = 10.8%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5233C (or 0xE5233C) is known color: Alizarin. HEX triplet: E5, 23 and 3C. RGB value is (229,35,60). Sum of RGB (Red+Green+Blue) = 229+35+60=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5233C is #1ADCC3. Grayscale: #5F5F5F. Windows color (decimal): -1760452 or 3941349. OLE color: 3941349.

HSL color Cylindrical-coordinate representation of color #E5233C: hue angle of 352.27º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5233C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 35 60 -
CMYK 0 0.85 0.74 0.10
HSL 352.27º 0.79% 0.52% -
HSV(B) 352.27º 0.85% 0.9% -
XYZ 33.73 18.19 6.01 -
YUV 95.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 229 35 60 0 0.85 0.74 0.10 352.27 0.79 0.52
Hex E5 23 3C 0 55 4A A 160 4F 34
Octal 345 43 74 0 125 112 12 540 117 64
Binary 11100101 100011 111100 0 1010101 1001010 1010 101100000 1001111 110100

Color Harmonies of #E5233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5233C

Black with #E5233C

Text Example


Text Example

White with #E5233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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