Html Css Color HEX #E55049 Valencia

📋 copy color: '#E55049'

red 229 ◦ green 80 ◦ blue 73

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

Shades of Valencia #E55049

Tints of Valencia #E55049

RGB

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

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

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

R = 59.95%
G = 20.94%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E55049 (or 0xE55049) is known color: Valencia. HEX triplet: E5, 50 and 49. RGB value is (229,80,73). Sum of RGB (Red+Green+Blue) = 229+80+73=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E55049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55049 is #1AAFB6. Grayscale: #7B7B7B. Windows color (decimal): -1748919 or 4804837. OLE color: 4804837.

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

Color convert

RGB 229 80 73 -
CMYK 0 0.65 0.68 0.10
HSL 2.69º 0.75% 0.59% -
HSV(B) 2.69º 0.68% 0.9% -
XYZ 36.38 22.88 8.8 -
YUV 123.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 229 80 73 0 0.65 0.68 0.10 2.69 0.75 0.59
Hex E5 50 49 0 41 44 A 3 4B 3B
Octal 345 120 111 0 101 104 12 3 113 73
Binary 11100101 1010000 1001001 0 1000001 1000100 1010 11 1001011 111011

Color Harmonies of #E55049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55049

Black with #E55049

Text Example


Text Example

White with #E55049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55049; }

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

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

background-color css

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

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

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

border-color css

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

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

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