Html Css Color HEX #EA313D Alizarin

📋 copy color: '#EA313D'

red 234 ◦ green 49 ◦ blue 61

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

Shades of Alizarin #EA313D

Tints of Alizarin #EA313D

RGB

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

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

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

R = 68.02%
G = 14.24%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA313D (or 0xEA313D) is known color: Alizarin. HEX triplet: EA, 31 and 3D. RGB value is (234,49,61). Sum of RGB (Red+Green+Blue) = 234+49+61=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA313D is #15CEC2. Grayscale: #696969. Windows color (decimal): -1429187 or 4010474. OLE color: 4010474.

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

Color convert

RGB 234 49 61 -
CMYK 0 0.79 0.74 0.08
HSL 356.11º 0.81% 0.55% -
HSV(B) 356.11º 0.79% 0.92% -
XYZ 35.87 20.03 6.39 -
YUV 105.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 234 49 61 0 0.79 0.74 0.08 356.11 0.81 0.55
Hex EA 31 3D 0 4F 4A 8 164 51 37
Octal 352 61 75 0 117 112 10 544 121 67
Binary 11101010 110001 111101 0 1001111 1001010 1000 101100100 1010001 110111

Color Harmonies of #EA313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA313D

Black with #EA313D

Text Example


Text Example

White with #EA313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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