#E15554

Color #E15554 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E15554

Tints of Valencia #E15554

Color information

#E15554 (or 0xE15554) is unknown color: approx Valencia. HEX triplet: E1, 55 and 54. RGB value is (225,85,84). Sum of RGB (Red+Green+Blue) = 225+85+84=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15554 is #1EAAAB. Grayscale: #7E7E7E. Windows color (decimal): -2009772 or 5527009. OLE color: 5527009.

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

Color convert

RGB2258584-
CMYK00.620.630.12
HSL0.43º70.15%60.59%-
HSV(B)0.43º62.67%88.24%-
XYZ35.923.1410.96-
YUV126.75103.88198.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=57.11%
G=21.57%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225858400.620.630.120.4370.1560.59
HexE1555403E3FC0463d
Octal3411251240767714010675
Binary11100001101010110101000111110111111110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15554; }

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

 H1.HeaderClassName
 {
   color: #E15554;
 }
 .AnyTagClassName
 {
   color: #E15554;
 }
</style>
background-color css

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

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

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

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

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

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