#E54F4B

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

Shades of Valencia #E54F4B

Tints of Valencia #E54F4B

Color information

#E54F4B (or 0xE54F4B) is unknown color: approx Valencia. HEX triplet: E5, 4F and 4B. RGB value is (229,79,75). Sum of RGB (Red+Green+Blue) = 229+79+75=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F4B is #1AB0B4. Grayscale: #7B7B7B. Windows color (decimal): -1749173 or 4935653. OLE color: 4935653.

HSL color Cylindrical-coordinate representation of color #E54F4B: hue angle of 1.56º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54F4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB2297975-
CMYK00.660.670.10
HSL1.56º74.76%59.61%-
HSV(B)1.56º67.25%89.8%-
XYZ36.3822.769.13-
YUV123.39100.7203.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=59.79%
G=20.63%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229797500.660.670.101.5674.7659.61
HexE54F4B04243A24b3c
Octal345117113010210312211374
Binary11100101100111110010110100001010000111010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F4B; }

 p { color: rgb(229,79,75); }

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

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

 a { background-color: rgb(229,79,75); }

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

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

 span { border-color: rgb(229,79,75); }

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