Html Css Color HEX #EA323B Alizarin

📋 copy color: '#EA323B'

red 234 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #EA323B

Tints of Alizarin #EA323B

RGB

 RED value IS 234 (91.8% from 255) = 68.22%

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 68.22%
G = 14.58%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA323B (or 0xEA323B) is known color: Alizarin. HEX triplet: EA, 32 and 3B. RGB value is (234,50,59). Sum of RGB (Red+Green+Blue) = 234+50+59=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA323B is #15CDC4. Grayscale: #6A6A6A. Windows color (decimal): -1428933 or 3879658. OLE color: 3879658.

HSL color Cylindrical-coordinate representation of color #EA323B: hue angle of 357.07º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA323B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 50 59 -
CMYK 0 0.79 0.75 0.08
HSL 357.07º 0.81% 0.56% -
HSV(B) 357.07º 0.79% 0.92% -
XYZ 35.86 20.09 6.13 -
YUV 106.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 234 50 59 0 0.79 0.75 0.08 357.07 0.81 0.56
Hex EA 32 3B 0 4F 4B 8 165 51 38
Octal 352 62 73 0 117 113 10 545 121 70
Binary 11101010 110010 111011 0 1001111 1001011 1000 101100101 1010001 111000

Color Harmonies of #EA323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA323B

Black with #EA323B

Text Example


Text Example

White with #EA323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA323B; }

 p { color: rgb(234,50,59); }

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

background-color css

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

 a { background-color: rgb(234,50,59); }

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

border-color css

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

 span { border-color: rgb(234,50,59); }

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