#EA0805

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

Shades of Red #EA0805

Tints of Red #EA0805

Color information

#EA0805 (or 0xEA0805) is unknown color: approx Red. HEX triplet: EA, 08 and 05. RGB value is (234,8,5). Sum of RGB (Red+Green+Blue) = 234+8+5=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0805 is #15F7FA. Grayscale: #4B4B4B. Windows color (decimal): -1439739 or 329962. OLE color: 329962.

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

Color convert

RGB23485-
CMYK00.970.980.08
HSL0.79º95.82%46.86%-
HSV(B)0.79º97.86%91.76%-
XYZ34.0517.681.76-
YUV75.2388.37241.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 94.74%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=94.74%
G=3.24%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348500.970.980.080.7995.8246.86
HexEA850616281602f
Octal352105014114210114057
Binary111010101000101011000011100010100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0805; }

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

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

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

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

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

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

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

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