Html Css Color HEX #E5233D Alizarin

📋 copy color: '#E5233D'

red 229 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #E5233D

Tints of Alizarin #E5233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 70.46%
G = 10.77%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5233D (or 0xE5233D) is known color: Alizarin. HEX triplet: E5, 23 and 3D. RGB value is (229,35,61). Sum of RGB (Red+Green+Blue) = 229+35+61=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5233D is #1ADCC2. Grayscale: #606060. Windows color (decimal): -1760451 or 4006885. OLE color: 4006885.

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

Color convert

RGB 229 35 61 -
CMYK 0 0.85 0.73 0.10
HSL 351.96º 0.79% 0.52% -
HSV(B) 351.96º 0.85% 0.9% -
XYZ 33.76 18.2 6.15 -
YUV 95.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 229 35 61 0 0.85 0.73 0.10 351.96 0.79 0.52
Hex E5 23 3D 0 55 49 A 160 4F 34
Octal 345 43 75 0 125 111 12 540 117 64
Binary 11100101 100011 111101 0 1010101 1001001 1010 101100000 1001111 110100

Color Harmonies of #E5233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5233D

Black with #E5233D

Text Example


Text Example

White with #E5233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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