Html Css Color HEX #E74E49 Valencia

📋 copy color: '#E74E49'

red 231 ◦ green 78 ◦ blue 73

#E74E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E74E49

Tints of Valencia #E74E49

RGB

 RED value IS 231 (90.63% from 255) = 60.47%

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 60.47%
G = 20.42%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E74E49 (or 0xE74E49) is known color: Valencia. HEX triplet: E7, 4E and 49. RGB value is (231,78,73). Sum of RGB (Red+Green+Blue) = 231+78+73=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74E49 is #18B1B6. Grayscale: #7B7B7B. Windows color (decimal): -1618359 or 4804327. OLE color: 4804327.

HSL color Cylindrical-coordinate representation of color #E74E49: hue angle of 1.9º 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 #E74E49 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 78 73 -
CMYK 0 0.66 0.68 0.09
HSL 1.9º 0.77% 0.6% -
HSV(B) 1.9º 0.68% 0.91% -
XYZ 36.88 22.92 8.78 -
YUV 123.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 231 78 73 0 0.66 0.68 0.09 1.9 0.77 0.6
Hex E7 4E 49 0 42 44 9 2 4D 3C
Octal 347 116 111 0 102 104 11 2 115 74
Binary 11100111 1001110 1001001 0 1000010 1000100 1001 10 1001101 111100

Color Harmonies of #E74E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74E49

Black with #E74E49

Text Example


Text Example

White with #E74E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74E49; }

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

 H1.HeaderClassName
 {
   color: #E74E49;
 }
 .AnyTagClassName
 {
   color: #E74E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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