#E05151

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

Shades of Valencia #E05151

Tints of Valencia #E05151

Color information

#E05151 (or 0xE05151) is unknown color: approx Valencia. HEX triplet: E0, 51 and 51. RGB value is (224,81,81). Sum of RGB (Red+Green+Blue) = 224+81+81=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05151 is #1FAEAE. Grayscale: #7B7B7B. Windows color (decimal): -2076335 or 5329376. OLE color: 5329376.

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

Color convert

RGB2248181-
CMYK00.640.640.12
HSL69.76%59.8%-
HSV(B)63.84%87.84%-
XYZ35.1722.3310.24-
YUV123.76103.88199.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=58.03%
G=20.98%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224818100.640.640.12069.7659.8
HexE0515104040C0463c
Octal340121121010010014010674
Binary1110000010100011010001010000001000000110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05151; }

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

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

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

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

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

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

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

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