Html Css Color HEX #EA333A Alizarin

📋 copy color: '#EA333A'

red 234 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #EA333A

Tints of Alizarin #EA333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 68.22%
G = 14.87%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA333A (or 0xEA333A) is known color: Alizarin. HEX triplet: EA, 33 and 3A. RGB value is (234,51,58). Sum of RGB (Red+Green+Blue) = 234+51+58=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA333A is #15CCC5. Grayscale: #6A6A6A. Windows color (decimal): -1428678 or 3814378. OLE color: 3814378.

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

Color convert

RGB 234 51 58 -
CMYK 0 0.78 0.75 0.08
HSL 357.7º 0.81% 0.56% -
HSV(B) 357.7º 0.78% 0.92% -
XYZ 35.88 20.17 6 -
YUV 106.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 234 51 58 0 0.78 0.75 0.08 357.7 0.81 0.56
Hex EA 33 3A 0 4E 4B 8 166 51 38
Octal 352 63 72 0 116 113 10 546 121 70
Binary 11101010 110011 111010 0 1001110 1001011 1000 101100110 1010001 111000

Color Harmonies of #EA333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA333A

Black with #EA333A

Text Example


Text Example

White with #EA333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA333A; }

 p { color: rgb(234,51,58); }

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

background-color css

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

 a { background-color: rgb(234,51,58); }

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

border-color css

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

 span { border-color: rgb(234,51,58); }

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