Html Css Color HEX #E1554E Valencia

📋 copy color: '#E1554E'

red 225 ◦ green 85 ◦ blue 78

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

Shades of Valencia #E1554E

Tints of Valencia #E1554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 57.99%
G = 21.91%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1554E (or 0xE1554E) is known color: Valencia. HEX triplet: E1, 55 and 4E. RGB value is (225,85,78). Sum of RGB (Red+Green+Blue) = 225+85+78=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1554E is #1EAAB1. Grayscale: #7E7E7E. Windows color (decimal): -2009778 or 5133793. OLE color: 5133793.

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

Color convert

RGB 225 85 78 -
CMYK 0 0.62 0.65 0.12
HSL 2.86º 0.71% 0.59% -
HSV(B) 2.86º 0.65% 0.88% -
XYZ 35.67 23.05 9.78 -
YUV 126.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 225 85 78 0 0.62 0.65 0.12 2.86 0.71 0.59
Hex E1 55 4E 0 3E 41 C 3 47 3B
Octal 341 125 116 0 76 101 14 3 107 73
Binary 11100001 1010101 1001110 0 111110 1000001 1100 11 1000111 111011

Color Harmonies of #E1554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1554E

Black with #E1554E

Text Example


Text Example

White with #E1554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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