#E75250

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

Shades of Valencia #E75250

Tints of Valencia #E75250

Color information

#E75250 (or 0xE75250) is unknown color: approx Valencia. HEX triplet: E7, 52 and 50. RGB value is (231,82,80). Sum of RGB (Red+Green+Blue) = 231+82+80=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E75250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75250 is #18ADAF. Grayscale: #7E7E7E. Windows color (decimal): -1617328 or 5264103. OLE color: 5264103.

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

Color convert

RGB2318280-
CMYK00.650.650.09
HSL0.79º75.88%60.98%-
HSV(B)0.79º65.37%90.59%-
XYZ37.4223.610.17-
YUV126.32101.86202.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.78%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=58.78%
G=20.87%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231828000.650.650.090.7975.8860.98
HexE7525004141914c3d
Octal347122120010110111111475
Binary1110011110100101010000010000011000001100111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75250; }

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

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

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

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

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

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

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

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