#EA1725

Color #EA1725 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EA1725

Tints of Alizarin #EA1725

Color information

#EA1725 (or 0xEA1725) is unknown color: approx Alizarin. HEX triplet: EA, 17 and 25. RGB value is (234,23,37). Sum of RGB (Red+Green+Blue) = 234+23+37=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1725 is #15E8DA. Grayscale: #575757. Windows color (decimal): -1435867 or 2430954. OLE color: 2430954.

HSL color Cylindrical-coordinate representation of color #EA1725: hue angle of 356.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1725 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB2342337-
CMYK00.900.840.08
HSL356.02º83.4%50.39%-
HSV(B)356.02º90.17%91.76%-
XYZ34.5718.243.45-
YUV87.6899.4232.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 79.59%
GREEN value IS 23 (9.38% from 255) = 7.82%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=79.59%
G=7.82%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234233700.900.840.08356.0283.450.39
HexEA172505A5481645332
Octal352274501321241054412362
Binary111010101011110010101011010101010010001011001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1725; }

 p { color: rgb(234,23,37); }

 H1.HeaderClassName
 {
   color: #EA1725;
 }
 .AnyTagClassName
 {
   color: #EA1725;
 }
</style>
background-color css

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

 a { background-color: rgb(234,23,37); }

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

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

 span { border-color: rgb(234,23,37); }

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