#E4514B

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

Shades of Valencia #E4514B

Tints of Valencia #E4514B

Color information

#E4514B (or 0xE4514B) is unknown color: approx Valencia. HEX triplet: E4, 51 and 4B. RGB value is (228,81,75). Sum of RGB (Red+Green+Blue) = 228+81+75=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E4514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4514B is #1BAEB4. Grayscale: #7C7C7C. Windows color (decimal): -1814197 or 4936164. OLE color: 4936164.

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

Color convert

RGB2288175-
CMYK00.640.670.11
HSL2.35º73.91%59.41%-
HSV(B)2.35º67.11%89.41%-
XYZ36.2122.899.17-
YUV124.27100.2201.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.38%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=59.38%
G=21.09%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228817500.640.670.112.3573.9159.41
HexE4514B04043B24a3b
Octal344121113010010313211273
Binary11100100101000110010110100000010000111011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4514B; }

 p { color: rgb(228,81,75); }

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

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

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

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

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

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

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