Html Css Color HEX #EA3638 Alizarin

📋 copy color: '#EA3638'

red 234 ◦ green 54 ◦ blue 56

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

Shades of Alizarin #EA3638

Tints of Alizarin #EA3638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 68.02%
G = 15.7%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3638 (or 0xEA3638) is known color: Alizarin. HEX triplet: EA, 36 and 38. RGB value is (234,54,56). Sum of RGB (Red+Green+Blue) = 234+54+56=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3638 is #15C9C7. Grayscale: #6C6C6C. Windows color (decimal): -1427912 or 3684074. OLE color: 3684074.

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

Color convert

RGB 234 54 56 -
CMYK 0 0.77 0.76 0.08
HSL 359.33º 0.81% 0.56% -
HSV(B) 359.33º 0.77% 0.92% -
XYZ 35.96 20.42 5.79 -
YUV 108.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 234 54 56 0 0.77 0.76 0.08 359.33 0.81 0.56
Hex EA 36 38 0 4D 4C 8 167 51 38
Octal 352 66 70 0 115 114 10 547 121 70
Binary 11101010 110110 111000 0 1001101 1001100 1000 101100111 1010001 111000

Color Harmonies of #EA3638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3638

Black with #EA3638

Text Example


Text Example

White with #EA3638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3638; }

 p { color: rgb(234,54,56); }

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

background-color css

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

 a { background-color: rgb(234,54,56); }

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

border-color css

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

 span { border-color: rgb(234,54,56); }

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