Html Css Color HEX #EA313F Alizarin

📋 copy color: '#EA313F'

red 234 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #EA313F

Tints of Alizarin #EA313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

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

R = 67.63%
G = 14.16%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA313F (or 0xEA313F) is known color: Alizarin. HEX triplet: EA, 31 and 3F. RGB value is (234,49,63). Sum of RGB (Red+Green+Blue) = 234+49+63=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA313F is #15CEC0. Grayscale: #6A6A6A. Windows color (decimal): -1429185 or 4141546. OLE color: 4141546.

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

Color convert

RGB 234 49 63 -
CMYK 0 0.79 0.73 0.08
HSL 355.46º 0.81% 0.55% -
HSV(B) 355.46º 0.79% 0.92% -
XYZ 35.93 20.05 6.68 -
YUV 105.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 234 49 63 0 0.79 0.73 0.08 355.46 0.81 0.55
Hex EA 31 3F 0 4F 49 8 163 51 37
Octal 352 61 77 0 117 111 10 543 121 67
Binary 11101010 110001 111111 0 1001111 1001001 1000 101100011 1010001 110111

Color Harmonies of #EA313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA313F

Black with #EA313F

Text Example


Text Example

White with #EA313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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