Html Css Color HEX #E54E48 Valencia

📋 copy color: '#E54E48'

red 229 ◦ green 78 ◦ blue 72

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

Shades of Valencia #E54E48

Tints of Valencia #E54E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19%

R = 60.42%
G = 20.58%
B = 19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E54E48 (or 0xE54E48) is known color: Valencia. HEX triplet: E5, 4E and 48. RGB value is (229,78,72). Sum of RGB (Red+Green+Blue) = 229+78+72=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E48 is #1AB1B7. Grayscale: #7A7A7A. Windows color (decimal): -1749432 or 4738789. OLE color: 4738789.

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

Color convert

RGB 229 78 72 -
CMYK 0 0.66 0.69 0.10
HSL 2.29º 0.75% 0.59% -
HSV(B) 2.29º 0.69% 0.9% -
XYZ 36.21 22.57 8.58 -
YUV 122.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 229 78 72 0 0.66 0.69 0.10 2.29 0.75 0.59
Hex E5 4E 48 0 42 45 A 2 4B 3B
Octal 345 116 110 0 102 105 12 2 113 73
Binary 11100101 1001110 1001000 0 1000010 1000101 1010 10 1001011 111011

Color Harmonies of #E54E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E48

Black with #E54E48

Text Example


Text Example

White with #E54E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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