#EA4645

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

Shades of Cinnabar #EA4645

Tints of Cinnabar #EA4645

Color information

#EA4645 (or 0xEA4645) is unknown color: approx Cinnabar. HEX triplet: EA, 46 and 45. RGB value is (234,70,69). Sum of RGB (Red+Green+Blue) = 234+70+69=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4645 is #15B9BA. Grayscale: #777777. Windows color (decimal): -1423803 or 4540138. OLE color: 4540138.

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

Color convert

RGB2347069-
CMYK00.700.710.08
HSL0.36º79.71%59.41%-
HSV(B)0.36º70.51%91.76%-
XYZ37.222.37.97-
YUV118.9299.83210.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=62.73%
G=18.77%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234706900.700.710.080.3679.7159.41
HexEA46450464780503b
Octal352106105010610710012073
Binary1110101010001101000101010001101000111100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4645; }

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

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

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

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

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

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

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

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