#E05853

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

Shades of Valencia #E05853

Tints of Valencia #E05853

Color information

#E05853 (or 0xE05853) is unknown color: approx Valencia. HEX triplet: E0, 58 and 53. RGB value is (224,88,83). Sum of RGB (Red+Green+Blue) = 224+88+83=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05853 is #1FA7AC. Grayscale: #808080. Windows color (decimal): -2074541 or 5462240. OLE color: 5462240.

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

Color convert

RGB2248883-
CMYK00.610.630.12
HSL2.13º69.46%60.2%-
HSV(B)2.13º62.95%87.84%-
XYZ35.7923.4510.82-
YUV128.09102.56196.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.71%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=56.71%
G=22.28%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224888300.610.630.122.1369.4660.2
HexE0585303D3FC2453c
Octal3401301230757714210574
Binary111000001011000101001101111011111111100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05853; }

 p { color: rgb(224,88,83); }

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

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

 a { background-color: rgb(224,88,83); }

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

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

 span { border-color: rgb(224,88,83); }

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