#E25149

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

Shades of Valencia #E25149

Tints of Valencia #E25149

Color information

#E25149 (or 0xE25149) is unknown color: approx Valencia. HEX triplet: E2, 51 and 49. RGB value is (226,81,73). Sum of RGB (Red+Green+Blue) = 226+81+73=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E25149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25149 is #1DAEB6. Grayscale: #7B7B7B. Windows color (decimal): -1945271 or 4805090. OLE color: 4805090.

HSL color Cylindrical-coordinate representation of color #E25149: hue angle of 3.14º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E25149 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2268173-
CMYK00.640.680.11
HSL3.14º72.51%58.63%-
HSV(B)3.14º67.7%88.63%-
XYZ35.5122.538.78-
YUV123.4499.54201.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.47%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=59.47%
G=21.32%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226817300.640.680.113.1472.5158.63
HexE2514904044B3493b
Octal342121111010010413311173
Binary11100010101000110010010100000010001001011111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25149; }

 p { color: rgb(226,81,73); }

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

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

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

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

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

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

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