#EA0A05

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

Shades of Red #EA0A05

Tints of Red #EA0A05

Color information

#EA0A05 (or 0xEA0A05) is unknown color: approx Red. HEX triplet: EA, 0A and 05. RGB value is (234,10,5). Sum of RGB (Red+Green+Blue) = 234+10+5=249 (32% of max value = 765). Red value is 234 (91.80% from 255 or 93.98% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A05 is #15F5FA. Grayscale: #4C4C4C. Windows color (decimal): -1439227 or 330474. OLE color: 330474.

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

Color convert

RGB234105-
CMYK00.960.980.08
HSL1.31º95.82%46.86%-
HSV(B)1.31º97.86%91.76%-
XYZ34.0717.721.77-
YUV76.4187.71240.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 93.98%
GREEN value IS 10 (4.30% from 255) = 4.02%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=93.98%
G=4.02%
B=2.01%

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
Decimal23410500.960.980.081.3195.8246.86
HexEAA50606281602f
Octal352125014014210114057
Binary111010101010101011000001100010100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0A05; }

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

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

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

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

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

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

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

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