#E05351

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

Shades of Valencia #E05351

Tints of Valencia #E05351

Color information

#E05351 (or 0xE05351) is unknown color: approx Valencia. HEX triplet: E0, 53 and 51. RGB value is (224,83,81). Sum of RGB (Red+Green+Blue) = 224+83+81=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E05351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05351 is #1FACAE. Grayscale: #7D7D7D. Windows color (decimal): -2075823 or 5329888. OLE color: 5329888.

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

Color convert

RGB2248381-
CMYK00.630.640.12
HSL0.84º69.76%59.8%-
HSV(B)0.84º63.84%87.84%-
XYZ35.3222.6310.29-
YUV124.93103.21198.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.73%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=57.73%
G=21.39%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224838100.630.640.120.8469.7659.8
HexE0535103F40C1463c
Octal34012312107710014110674
Binary111000001010011101000101111111000000110011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05351; }

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

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

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

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

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

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

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

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