Html Css Color HEX #EA5030 Cinnabar

📋 copy color: '#EA5030'

red 234 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #EA5030

Tints of Cinnabar #EA5030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 64.64%
G = 22.1%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA5030 (or 0xEA5030) is known color: Cinnabar. HEX triplet: EA, 50 and 30. RGB value is (234,80,48). Sum of RGB (Red+Green+Blue) = 234+80+48=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5030 is #15AFCF. Grayscale: #7A7A7A. Windows color (decimal): -1421264 or 3166442. OLE color: 3166442.

HSL color Cylindrical-coordinate representation of color #EA5030: hue angle of 10.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA5030 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 48 -
CMYK 0 0.66 0.79 0.08
HSL 10.32º 0.82% 0.55% -
HSV(B) 10.32º 0.79% 0.92% -
XYZ 37.33 23.44 5.35 -
YUV 122.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 234 80 48 0 0.66 0.79 0.08 10.32 0.82 0.55
Hex EA 50 30 0 42 4F 8 A 52 37
Octal 352 120 60 0 102 117 10 12 122 67
Binary 11101010 1010000 110000 0 1000010 1001111 1000 1010 1010010 110111

Color Harmonies of #EA5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5030

Black with #EA5030

Text Example


Text Example

White with #EA5030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5030; }

 p { color: rgb(234,80,48); }

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

background-color css

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

 a { background-color: rgb(234,80,48); }

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

border-color css

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

 span { border-color: rgb(234,80,48); }

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