#E05251

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

Shades of Valencia #E05251

Tints of Valencia #E05251

Color information

#E05251 (or 0xE05251) is unknown color: approx Valencia. HEX triplet: E0, 52 and 51. RGB value is (224,82,81). Sum of RGB (Red+Green+Blue) = 224+82+81=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E05251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05251 is #1FADAE. Grayscale: #7C7C7C. Windows color (decimal): -2076079 or 5329632. OLE color: 5329632.

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

Color convert

RGB2248281-
CMYK00.630.640.12
HSL0.42º69.76%59.8%-
HSV(B)0.42º63.84%87.84%-
XYZ35.2422.4810.27-
YUV124.34103.54199.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=57.88%
G=21.19%
B=20.93%

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
Decimal224828100.630.640.120.4269.7659.8
HexE0525103F40C0463c
Octal34012212107710014010674
Binary111000001010010101000101111111000000110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05251; }

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

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

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

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

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

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

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

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