#E84B4A

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

Shades of Valencia #E84B4A

Tints of Valencia #E84B4A

Color information

#E84B4A (or 0xE84B4A) is unknown color: approx Valencia. HEX triplet: E8, 4B and 4A. RGB value is (232,75,74). Sum of RGB (Red+Green+Blue) = 232+75+74=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84B4A is #17B4B5. Grayscale: #797979. Windows color (decimal): -1553590 or 4869096. OLE color: 4869096.

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

Color convert

RGB2327574-
CMYK00.680.680.09
HSL0.38º77.45%60%-
HSV(B)0.38º68.1%90.98%-
XYZ37.0322.688.9-
YUV121.83101.01206.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 60.89%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=60.89%
G=19.69%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232757400.680.680.090.3877.4560
HexE84B4A04444904d3c
Octal350113112010410411011574
Binary1110100010010111001010010001001000100100101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84B4A; }

 p { color: rgb(232,75,74); }

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

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

 a { background-color: rgb(232,75,74); }

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

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

 span { border-color: rgb(232,75,74); }

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