Html Css Color HEX #E54E49 Valencia

📋 copy color: '#E54E49'

red 229 ◦ green 78 ◦ blue 73

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

Shades of Valencia #E54E49

Tints of Valencia #E54E49

RGB

 RED value IS 229 (89.84% from 255) = 60.26%

 GREEN value IS 78 (30.86% from 255) = 20.53%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 60.26%
G = 20.53%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E54E49 (or 0xE54E49) is known color: Valencia. HEX triplet: E5, 4E and 49. RGB value is (229,78,73). Sum of RGB (Red+Green+Blue) = 229+78+73=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E49 is #1AB1B6. Grayscale: #7A7A7A. Windows color (decimal): -1749431 or 4804325. OLE color: 4804325.

HSL color Cylindrical-coordinate representation of color #E54E49: hue angle of 1.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54E49 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 73 -
CMYK 0 0.66 0.68 0.10
HSL 1.92º 0.75% 0.59% -
HSV(B) 1.92º 0.68% 0.9% -
XYZ 36.24 22.59 8.75 -
YUV 122.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 229 78 73 0 0.66 0.68 0.10 1.92 0.75 0.59
Hex E5 4E 49 0 42 44 A 2 4B 3B
Octal 345 116 111 0 102 104 12 2 113 73
Binary 11100101 1001110 1001001 0 1000010 1000100 1010 10 1001011 111011

Color Harmonies of #E54E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E49

Black with #E54E49

Text Example


Text Example

White with #E54E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E49; }

 p { color: rgb(229,78,73); }

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

background-color css

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

 a { background-color: rgb(229,78,73); }

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

border-color css

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

 span { border-color: rgb(229,78,73); }

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