Html Css Color HEX #EA223A Alizarin

📋 copy color: '#EA223A'

red 234 ◦ green 34 ◦ blue 58

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

Shades of Alizarin #EA223A

Tints of Alizarin #EA223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 71.78%
G = 10.43%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA223A (or 0xEA223A) is known color: Alizarin. HEX triplet: EA, 22 and 3A. RGB value is (234,34,58). Sum of RGB (Red+Green+Blue) = 234+34+58=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA223A is #15DDC5. Grayscale: #606060. Windows color (decimal): -1433030 or 3810026. OLE color: 3810026.

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

Color convert

RGB 234 34 58 -
CMYK 0 0.85 0.75 0.08
HSL 352.8º 0.83% 0.53% -
HSV(B) 352.8º 0.85% 0.92% -
XYZ 35.27 18.94 5.8 -
YUV 96.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 234 34 58 0 0.85 0.75 0.08 352.8 0.83 0.53
Hex EA 22 3A 0 55 4B 8 161 53 35
Octal 352 42 72 0 125 113 10 541 123 65
Binary 11101010 100010 111010 0 1010101 1001011 1000 101100001 1010011 110101

Color Harmonies of #EA223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA223A

Black with #EA223A

Text Example


Text Example

White with #EA223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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