Html Css Color HEX #EA4945 Cinnabar

📋 copy color: '#EA4945'

red 234 ◦ green 73 ◦ blue 69

#EA4945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EA4945

Tints of Cinnabar #EA4945

RGB

 RED value IS 234 (91.8% from 255) = 62.23%

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 62.23%
G = 19.41%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4945 (or 0xEA4945) is known color: Cinnabar. HEX triplet: EA, 49 and 45. RGB value is (234,73,69). Sum of RGB (Red+Green+Blue) = 234+73+69=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4945 is #15B6BA. Grayscale: #787878. Windows color (decimal): -1423035 or 4540906. OLE color: 4540906.

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

Color convert

RGB 234 73 69 -
CMYK 0 0.69 0.71 0.08
HSL 1.45º 0.8% 0.59% -
HSV(B) 1.45º 0.71% 0.92% -
XYZ 37.39 22.69 8.04 -
YUV 120.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 234 73 69 0 0.69 0.71 0.08 1.45 0.8 0.59
Hex EA 49 45 0 45 47 8 1 50 3B
Octal 352 111 105 0 105 107 10 1 120 73
Binary 11101010 1001001 1000101 0 1000101 1000111 1000 1 1010000 111011

Color Harmonies of #EA4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4945

Black with #EA4945

Text Example


Text Example

White with #EA4945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4945; }

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

 H1.HeaderClassName
 {
   color: #EA4945;
 }
 .AnyTagClassName
 {
   color: #EA4945;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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