Html Css Color HEX #EA363B Alizarin

📋 copy color: '#EA363B'

red 234 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #EA363B

Tints of Alizarin #EA363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 67.44%
G = 15.56%
B = 17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA363B (or 0xEA363B) is known color: Alizarin. HEX triplet: EA, 36 and 3B. RGB value is (234,54,59). Sum of RGB (Red+Green+Blue) = 234+54+59=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA363B is #15C9C4. Grayscale: #6C6C6C. Windows color (decimal): -1427909 or 3880682. OLE color: 3880682.

HSL color Cylindrical-coordinate representation of color #EA363B: hue angle of 358.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 #EA363B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 59 -
CMYK 0 0.77 0.75 0.08
HSL 358.33º 0.81% 0.56% -
HSV(B) 358.33º 0.77% 0.92% -
XYZ 36.04 20.45 6.18 -
YUV 108.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 234 54 59 0 0.77 0.75 0.08 358.33 0.81 0.56
Hex EA 36 3B 0 4D 4B 8 166 51 38
Octal 352 66 73 0 115 113 10 546 121 70
Binary 11101010 110110 111011 0 1001101 1001011 1000 101100110 1010001 111000

Color Harmonies of #EA363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA363B

Black with #EA363B

Text Example


Text Example

White with #EA363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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