#e95049

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

Shades of Valencia #E95049

Tints of Valencia #E95049

Color information

#E95049 (or 0xE95049) is unknown color: approx Valencia. HEX triplet: E9, 50 and 49. RGB value is (233,80,73). Sum of RGB (Red+Green+Blue) = 233+80+73=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E95049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95049 is #16AFB6. Grayscale: #7D7D7D. Windows color (decimal): -1486775 or 4804841. OLE color: 4804841.

HSL color Cylindrical-coordinate representation of color #E95049: hue angle of 2.63º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E95049 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB2338073-
CMYK00.660.690.09
HSL2.63º78.43%60%-
HSV(B)2.63º68.67%91.37%-
XYZ37.6823.548.86-
YUV124.9598.69205.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.36%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=60.36%
G=20.73%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233807300.660.690.092.6378.4360
HexE9504904245934e3c
Octal351120111010210511311674
Binary11101001101000010010010100001010001011001111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e95049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e95049; }

 p { color: rgb(233,80,73); }

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

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

 a { background-color: rgb(233,80,73); }

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

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

 span { border-color: rgb(233,80,73); }

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