#EA4845

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

Shades of Cinnabar #EA4845

Tints of Cinnabar #EA4845

Color information

#EA4845 (or 0xEA4845) is unknown color: approx Cinnabar. HEX triplet: EA, 48 and 45. RGB value is (234,72,69). Sum of RGB (Red+Green+Blue) = 234+72+69=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4845 is #15B7BA. Grayscale: #787878. Windows color (decimal): -1423291 or 4540650. OLE color: 4540650.

HSL color Cylindrical-coordinate representation of color #EA4845: hue angle of 1.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4845 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB2347269-
CMYK00.690.710.08
HSL1.09º79.71%59.41%-
HSV(B)1.09º70.51%91.76%-
XYZ37.3222.568.02-
YUV120.199.17209.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=62.4%
G=19.2%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234726900.690.710.081.0979.7159.41
HexEA48450454781503b
Octal352110105010510710112073
Binary1110101010010001000101010001011000111100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4845; }

 p { color: rgb(234,72,69); }

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

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

 a { background-color: rgb(234,72,69); }

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

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

 span { border-color: rgb(234,72,69); }

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