Html Css Color HEX #EA493A Cinnabar

📋 copy color: '#EA493A'

red 234 ◦ green 73 ◦ blue 58

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

Shades of Cinnabar #EA493A

Tints of Cinnabar #EA493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 64.11%
G = 20%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA493A (or 0xEA493A) is known color: Cinnabar. HEX triplet: EA, 49 and 3A. RGB value is (234,73,58). Sum of RGB (Red+Green+Blue) = 234+73+58=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA493A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA493A is #15B6C5. Grayscale: #777777. Windows color (decimal): -1423046 or 3820010. OLE color: 3820010.

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

Color convert

RGB 234 73 58 -
CMYK 0 0.69 0.75 0.08
HSL 5.11º 0.81% 0.57% -
HSV(B) 5.11º 0.75% 0.92% -
XYZ 37.08 22.56 6.4 -
YUV 119.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 234 73 58 0 0.69 0.75 0.08 5.11 0.81 0.57
Hex EA 49 3A 0 45 4B 8 5 51 39
Octal 352 111 72 0 105 113 10 5 121 71
Binary 11101010 1001001 111010 0 1000101 1001011 1000 101 1010001 111001

Color Harmonies of #EA493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA493A

Black with #EA493A

Text Example


Text Example

White with #EA493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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