Html Css Color HEX #EA213F Alizarin

📋 copy color: '#EA213F'

red 234 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #EA213F

Tints of Alizarin #EA213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 70.91%
G = 10%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA213F (or 0xEA213F) is known color: Alizarin. HEX triplet: EA, 21 and 3F. RGB value is (234,33,63). Sum of RGB (Red+Green+Blue) = 234+33+63=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA213F is #15DEC0. Grayscale: #606060. Windows color (decimal): -1433281 or 4137450. OLE color: 4137450.

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

Color convert

RGB 234 33 63 -
CMYK 0 0.86 0.73 0.08
HSL 351.04º 0.83% 0.52% -
HSV(B) 351.04º 0.86% 0.92% -
XYZ 35.37 18.94 6.49 -
YUV 96.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 234 33 63 0 0.86 0.73 0.08 351.04 0.83 0.52
Hex EA 21 3F 0 56 49 8 15F 53 34
Octal 352 41 77 0 126 111 10 537 123 64
Binary 11101010 100001 111111 0 1010110 1001001 1000 101011111 1010011 110100

Color Harmonies of #EA213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA213F

Black with #EA213F

Text Example


Text Example

White with #EA213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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