Html Css Color HEX #EA223F Alizarin

📋 copy color: '#EA223F'

red 234 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #EA223F

Tints of Alizarin #EA223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 70.69%
G = 10.27%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA223F (or 0xEA223F) is known color: Alizarin. HEX triplet: EA, 22 and 3F. RGB value is (234,34,63). Sum of RGB (Red+Green+Blue) = 234+34+63=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA223F is #15DDC0. Grayscale: #616161. Windows color (decimal): -1433025 or 4137706. OLE color: 4137706.

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

Color convert

RGB 234 34 63 -
CMYK 0 0.85 0.73 0.08
HSL 351.3º 0.83% 0.53% -
HSV(B) 351.3º 0.85% 0.92% -
XYZ 35.4 19 6.5 -
YUV 97.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 234 34 63 0 0.85 0.73 0.08 351.3 0.83 0.53
Hex EA 22 3F 0 55 49 8 15F 53 35
Octal 352 42 77 0 125 111 10 537 123 65
Binary 11101010 100010 111111 0 1010101 1001001 1000 101011111 1010011 110101

Color Harmonies of #EA223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA223F

Black with #EA223F

Text Example


Text Example

White with #EA223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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