Html Css Color HEX #EA4846 Cinnabar

📋 copy color: '#EA4846'

red 234 ◦ green 72 ◦ blue 70

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

Shades of Cinnabar #EA4846

Tints of Cinnabar #EA4846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 62.23%
G = 19.15%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA4846 (or 0xEA4846) is known color: Cinnabar. HEX triplet: EA, 48 and 46. RGB value is (234,72,70). Sum of RGB (Red+Green+Blue) = 234+72+70=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4846 is #15B7B9. Grayscale: #787878. Windows color (decimal): -1423290 or 4606186. OLE color: 4606186.

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

Color convert

RGB 234 72 70 -
CMYK 0 0.69 0.70 0.08
HSL 0.73º 0.8% 0.6% -
HSV(B) 0.73º 0.7% 0.92% -
XYZ 37.35 22.57 8.18 -
YUV 120.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 234 72 70 0 0.69 0.70 0.08 0.73 0.8 0.6
Hex EA 48 46 0 45 46 8 1 50 3C
Octal 352 110 106 0 105 106 10 1 120 74
Binary 11101010 1001000 1000110 0 1000101 1000110 1000 1 1010000 111100

Color Harmonies of #EA4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4846

Black with #EA4846

Text Example


Text Example

White with #EA4846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4846; }

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

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

background-color css

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

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

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

border-color css

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

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

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