#E75048

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

Shades of Valencia #E75048

Tints of Valencia #E75048

Color information

#E75048 (or 0xE75048) is unknown color: approx Valencia. HEX triplet: E7, 50 and 48. RGB value is (231,80,72). Sum of RGB (Red+Green+Blue) = 231+80+72=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E75048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75048 is #18AFB7. Grayscale: #7C7C7C. Windows color (decimal): -1617848 or 4739303. OLE color: 4739303.

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

Color convert

RGB2318072-
CMYK00.650.690.09
HSL3.02º76.81%59.41%-
HSV(B)3.02º68.83%90.59%-
XYZ36.9923.198.66-
YUV124.2498.53204.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.31%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=60.31%
G=20.89%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231807200.650.690.093.0276.8159.41
HexE7504804145934d3b
Octal347120110010110511311573
Binary11100111101000010010000100000110001011001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75048; }

 p { color: rgb(231,80,72); }

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

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

 a { background-color: rgb(231,80,72); }

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

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

 span { border-color: rgb(231,80,72); }

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