Html Css Color HEX #E54E46 Valencia

📋 copy color: '#E54E46'

red 229 ◦ green 78 ◦ blue 70

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

Shades of Valencia #E54E46

Tints of Valencia #E54E46

RGB

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

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

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

R = 60.74%
G = 20.69%
B = 18.57%

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

#E54E46 (or 0xE54E46) is known color: Valencia. HEX triplet: E5, 4E and 46. RGB value is (229,78,70). Sum of RGB (Red+Green+Blue) = 229+78+70=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E46 is #1AB1B9. Grayscale: #7A7A7A. Windows color (decimal): -1749434 or 4607717. OLE color: 4607717.

HSL color Cylindrical-coordinate representation of color #E54E46: hue angle of 3.02º 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 #E54E46 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 70 -
CMYK 0 0.66 0.69 0.10
HSL 3.02º 0.75% 0.59% -
HSV(B) 3.02º 0.69% 0.9% -
XYZ 36.14 22.55 8.24 -
YUV 122.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 229 78 70 0 0.66 0.69 0.10 3.02 0.75 0.59
Hex E5 4E 46 0 42 45 A 3 4B 3B
Octal 345 116 106 0 102 105 12 3 113 73
Binary 11100101 1001110 1000110 0 1000010 1000101 1010 11 1001011 111011

Color Harmonies of #E54E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E46

Black with #E54E46

Text Example


Text Example

White with #E54E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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