Html Css Color HEX #EA2030 Alizarin

📋 copy color: '#EA2030'

red 234 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #EA2030

Tints of Alizarin #EA2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 74.52%
G = 10.19%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2030 (or 0xEA2030) is known color: Alizarin. HEX triplet: EA, 20 and 30. RGB value is (234,32,48). Sum of RGB (Red+Green+Blue) = 234+32+48=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2030 is #15DFCF. Grayscale: #5E5E5E. Windows color (decimal): -1433552 or 3154154. OLE color: 3154154.

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

Color convert

RGB 234 32 48 -
CMYK 0 0.86 0.79 0.08
HSL 355.25º 0.83% 0.52% -
HSV(B) 355.25º 0.86% 0.92% -
XYZ 34.98 18.74 4.57 -
YUV 94.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 234 32 48 0 0.86 0.79 0.08 355.25 0.83 0.52
Hex EA 20 30 0 56 4F 8 163 53 34
Octal 352 40 60 0 126 117 10 543 123 64
Binary 11101010 100000 110000 0 1010110 1001111 1000 101100011 1010011 110100

Color Harmonies of #EA2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2030

Black with #EA2030

Text Example


Text Example

White with #EA2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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