Html Css Color HEX #E54B49 Valencia

📋 copy color: '#E54B49'

red 229 ◦ green 75 ◦ blue 73

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

Shades of Valencia #E54B49

Tints of Valencia #E54B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 60.74%
G = 19.89%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E54B49 (or 0xE54B49) is known color: Valencia. HEX triplet: E5, 4B and 49. RGB value is (229,75,73). Sum of RGB (Red+Green+Blue) = 229+75+73=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54B49 is #1AB4B6. Grayscale: #787878. Windows color (decimal): -1750199 or 4803557. OLE color: 4803557.

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

Color convert

RGB 229 75 73 -
CMYK 0 0.67 0.68 0.10
HSL 0.77º 0.75% 0.59% -
HSV(B) 0.77º 0.68% 0.9% -
XYZ 36.03 22.17 8.68 -
YUV 120.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 229 75 73 0 0.67 0.68 0.10 0.77 0.75 0.59
Hex E5 4B 49 0 43 44 A 1 4B 3B
Octal 345 113 111 0 103 104 12 1 113 73
Binary 11100101 1001011 1001001 0 1000011 1000100 1010 1 1001011 111011

Color Harmonies of #E54B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54B49

Black with #E54B49

Text Example


Text Example

White with #E54B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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