Html Css Color HEX #E1574A Valencia

📋 copy color: '#E1574A'

red 225 ◦ green 87 ◦ blue 74

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

Shades of Valencia #E1574A

Tints of Valencia #E1574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 58.29%
G = 22.54%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1574A (or 0xE1574A) is known color: Valencia. HEX triplet: E1, 57 and 4A. RGB value is (225,87,74). Sum of RGB (Red+Green+Blue) = 225+87+74=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1574A is #1EA8B5. Grayscale: #7E7E7E. Windows color (decimal): -2009270 or 4872161. OLE color: 4872161.

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

Color convert

RGB 225 87 74 -
CMYK 0 0.61 0.67 0.12
HSL 5.17º 0.72% 0.59% -
HSV(B) 5.17º 0.67% 0.88% -
XYZ 35.7 23.32 9.1 -
YUV 126.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 225 87 74 0 0.61 0.67 0.12 5.17 0.72 0.59
Hex E1 57 4A 0 3D 43 C 5 48 3B
Octal 341 127 112 0 75 103 14 5 110 73
Binary 11100001 1010111 1001010 0 111101 1000011 1100 101 1001000 111011

Color Harmonies of #E1574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1574A

Black with #E1574A

Text Example


Text Example

White with #E1574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1574A; }

 p { color: rgb(225,87,74); }

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

background-color css

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

 a { background-color: rgb(225,87,74); }

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

border-color css

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

 span { border-color: rgb(225,87,74); }

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