#E74E4E

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

Shades of Valencia #E74E4E

Tints of Valencia #E74E4E

Color information

#E74E4E (or 0xE74E4E) is unknown color: approx Valencia. HEX triplet: E7, 4E and 4E. RGB value is (231,78,78). Sum of RGB (Red+Green+Blue) = 231+78+78=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74E4E is #18B1B1. Grayscale: #7B7B7B. Windows color (decimal): -1618354 or 5132007. OLE color: 5132007.

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

Color convert

RGB2317878-
CMYK00.660.660.09
HSL76.12%60.59%-
HSV(B)66.23%90.59%-
XYZ37.0522.999.69-
YUV123.75102.19204.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.69%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=59.69%
G=20.16%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231787800.660.660.09076.1260.59
HexE74E4E04242904c3d
Octal347116116010210211011475
Binary1110011110011101001110010000101000010100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74E4E; }

 p { color: rgb(231,78,78); }

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

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

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

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

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

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

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