Html Css Color HEX #E55249 Valencia

📋 copy color: '#E55249'

red 229 ◦ green 82 ◦ blue 73

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

Shades of Valencia #E55249

Tints of Valencia #E55249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 59.64%
G = 21.35%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E55249 (or 0xE55249) is known color: Valencia. HEX triplet: E5, 52 and 49. RGB value is (229,82,73). Sum of RGB (Red+Green+Blue) = 229+82+73=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E55249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55249 is #1AADB6. Grayscale: #7D7D7D. Windows color (decimal): -1748407 or 4805349. OLE color: 4805349.

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

Color convert

RGB 229 82 73 -
CMYK 0 0.64 0.68 0.10
HSL 3.46º 0.75% 0.59% -
HSV(B) 3.46º 0.68% 0.9% -
XYZ 36.53 23.17 8.85 -
YUV 124.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 229 82 73 0 0.64 0.68 0.10 3.46 0.75 0.59
Hex E5 52 49 0 40 44 A 3 4B 3B
Octal 345 122 111 0 100 104 12 3 113 73
Binary 11100101 1010010 1001001 0 1000000 1000100 1010 11 1001011 111011

Color Harmonies of #E55249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55249

Black with #E55249

Text Example


Text Example

White with #E55249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55249; }

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

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

background-color css

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

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

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

border-color css

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

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

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