#E05953

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

Shades of Valencia #E05953

Tints of Valencia #E05953

Color information

#E05953 (or 0xE05953) is unknown color: approx Valencia. HEX triplet: E0, 59 and 53. RGB value is (224,89,83). Sum of RGB (Red+Green+Blue) = 224+89+83=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05953 is #1FA6AC. Grayscale: #808080. Windows color (decimal): -2074285 or 5462496. OLE color: 5462496.

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

Color convert

RGB2248983-
CMYK00.600.630.12
HSL2.55º69.46%60.2%-
HSV(B)2.55º62.95%87.84%-
XYZ35.8723.6210.85-
YUV128.68102.23195.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.57%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=56.57%
G=22.47%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224898300.600.630.122.5569.4660.2
HexE0595303C3FC3453c
Octal3401311230747714310574
Binary111000001011001101001101111001111111100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05953; }

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

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

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

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

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

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

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

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