Html Css Color HEX #E1554A Valencia

📋 copy color: '#E1554A'

red 225 ◦ green 85 ◦ blue 74

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

Shades of Valencia #E1554A

Tints of Valencia #E1554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 58.59%
G = 22.14%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1554A (or 0xE1554A) is known color: Valencia. HEX triplet: E1, 55 and 4A. RGB value is (225,85,74). Sum of RGB (Red+Green+Blue) = 225+85+74=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1554A is #1EAAB5. Grayscale: #7D7D7D. Windows color (decimal): -2009782 or 4871649. OLE color: 4871649.

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

Color convert

RGB 225 85 74 -
CMYK 0 0.62 0.67 0.12
HSL 4.37º 0.72% 0.59% -
HSV(B) 4.37º 0.67% 0.88% -
XYZ 35.54 23 9.04 -
YUV 125.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 225 85 74 0 0.62 0.67 0.12 4.37 0.72 0.59
Hex E1 55 4A 0 3E 43 C 4 48 3B
Octal 341 125 112 0 76 103 14 4 110 73
Binary 11100001 1010101 1001010 0 111110 1000011 1100 100 1001000 111011

Color Harmonies of #E1554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1554A

Black with #E1554A

Text Example


Text Example

White with #E1554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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