Html Css Color HEX #EA223D Alizarin

📋 copy color: '#EA223D'

red 234 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #EA223D

Tints of Alizarin #EA223D

RGB

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

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

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

R = 71.12%
G = 10.33%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA223D (or 0xEA223D) is known color: Alizarin. HEX triplet: EA, 22 and 3D. RGB value is (234,34,61). Sum of RGB (Red+Green+Blue) = 234+34+61=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA223D is #15DDC2. Grayscale: #606060. Windows color (decimal): -1433027 or 4006634. OLE color: 4006634.

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

Color convert

RGB 234 34 61 -
CMYK 0 0.85 0.74 0.08
HSL 351.9º 0.83% 0.53% -
HSV(B) 351.9º 0.85% 0.92% -
XYZ 35.35 18.97 6.21 -
YUV 96.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 234 34 61 0 0.85 0.74 0.08 351.9 0.83 0.53
Hex EA 22 3D 0 55 4A 8 160 53 35
Octal 352 42 75 0 125 112 10 540 123 65
Binary 11101010 100010 111101 0 1010101 1001010 1000 101100000 1010011 110101

Color Harmonies of #EA223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA223D

Black with #EA223D

Text Example


Text Example

White with #EA223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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