Html Css Color HEX #E15449 Valencia

📋 copy color: '#E15449'

red 225 ◦ green 84 ◦ blue 73

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

Shades of Valencia #E15449

Tints of Valencia #E15449

RGB

 RED value IS 225 (88.28% from 255) = 58.9%

 GREEN value IS 84 (33.2% from 255) = 21.99%

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

R = 58.9%
G = 21.99%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E15449 (or 0xE15449) is known color: Valencia. HEX triplet: E1, 54 and 49. RGB value is (225,84,73). Sum of RGB (Red+Green+Blue) = 225+84+73=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E15449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15449 is #1EABB6. Grayscale: #7D7D7D. Windows color (decimal): -2010039 or 4805857. OLE color: 4805857.

HSL color Cylindrical-coordinate representation of color #E15449: hue angle of 4.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E15449 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 84 73 -
CMYK 0 0.63 0.68 0.12
HSL 4.34º 0.72% 0.58% -
HSV(B) 4.34º 0.68% 0.88% -
XYZ 35.42 22.83 8.84 -
YUV 124.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 225 84 73 0 0.63 0.68 0.12 4.34 0.72 0.58
Hex E1 54 49 0 3F 44 C 4 48 3A
Octal 341 124 111 0 77 104 14 4 110 72
Binary 11100001 1010100 1001001 0 111111 1000100 1100 100 1001000 111010

Color Harmonies of #E15449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15449

Black with #E15449

Text Example


Text Example

White with #E15449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15449; }

 p { color: rgb(225,84,73); }

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

background-color css

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

 a { background-color: rgb(225,84,73); }

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

border-color css

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

 span { border-color: rgb(225,84,73); }

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