Html Css Color HEX #EA2038 Alizarin

📋 copy color: '#EA2038'

red 234 ◦ green 32 ◦ blue 56

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

Shades of Alizarin #EA2038

Tints of Alizarin #EA2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 72.67%
G = 9.94%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA2038 (or 0xEA2038) is known color: Alizarin. HEX triplet: EA, 20 and 38. RGB value is (234,32,56). Sum of RGB (Red+Green+Blue) = 234+32+56=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2038 is #15DFC7. Grayscale: #5F5F5F. Windows color (decimal): -1433544 or 3678442. OLE color: 3678442.

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

Color convert

RGB 234 32 56 -
CMYK 0 0.86 0.76 0.08
HSL 352.87º 0.83% 0.52% -
HSV(B) 352.87º 0.86% 0.92% -
XYZ 35.16 18.81 5.52 -
YUV 95.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 234 32 56 0 0.86 0.76 0.08 352.87 0.83 0.52
Hex EA 20 38 0 56 4C 8 161 53 34
Octal 352 40 70 0 126 114 10 541 123 64
Binary 11101010 100000 111000 0 1010110 1001100 1000 101100001 1010011 110100

Color Harmonies of #EA2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2038

Black with #EA2038

Text Example


Text Example

White with #EA2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2038; }

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

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

background-color css

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

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

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

border-color css

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

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

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