#EA0905

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

Shades of Red #EA0905

Tints of Red #EA0905

Color information

#EA0905 (or 0xEA0905) is unknown color: approx Red. HEX triplet: EA, 09 and 05. RGB value is (234,9,5). Sum of RGB (Red+Green+Blue) = 234+9+5=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0905 is #15F6FA. Grayscale: #4C4C4C. Windows color (decimal): -1439483 or 330218. OLE color: 330218.

HSL color Cylindrical-coordinate representation of color #EA0905: hue angle of 1.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB23495-
CMYK00.960.980.08
HSL1.05º95.82%46.86%-
HSV(B)1.05º97.86%91.76%-
XYZ34.0617.71.76-
YUV75.8288.04240.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 94.35%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=94.35%
G=3.63%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349500.960.980.081.0595.8246.86
HexEA950606281602f
Octal352115014014210114057
Binary111010101001101011000001100010100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0905; }

 p { color: rgb(234,9,5); }

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

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

 a { background-color: rgb(234,9,5); }

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

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

 span { border-color: rgb(234,9,5); }

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