#EA4E41

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

Shades of Cinnabar #EA4E41

Tints of Cinnabar #EA4E41

Color information

#EA4E41 (or 0xEA4E41) is unknown color: approx Cinnabar. HEX triplet: EA, 4E and 41. RGB value is (234,78,65). Sum of RGB (Red+Green+Blue) = 234+78+65=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E41 is #15B1BE. Grayscale: #7B7B7B. Windows color (decimal): -1421759 or 4280042. OLE color: 4280042.

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

Color convert

RGB2347865-
CMYK00.670.720.08
HSL4.62º80.09%58.63%-
HSV(B)4.62º72.22%91.76%-
XYZ37.6123.327.52-
YUV123.1695.18207.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=62.07%
G=20.69%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234786500.670.720.084.6280.0958.63
HexEA4E410434885503b
Octal352116101010311010512073
Binary111010101001110100000101000011100100010001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E41; }

 p { color: rgb(234,78,65); }

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

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

 a { background-color: rgb(234,78,65); }

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

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

 span { border-color: rgb(234,78,65); }

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