Html Css Color HEX #E84F49 Valencia

📋 copy color: '#E84F49'

red 232 ◦ green 79 ◦ blue 73

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

Shades of Valencia #E84F49

Tints of Valencia #E84F49

RGB

 RED value IS 232 (91.02% from 255) = 60.42%

 GREEN value IS 79 (31.25% from 255) = 20.57%

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

R = 60.42%
G = 20.57%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E84F49 (or 0xE84F49) is known color: Valencia. HEX triplet: E8, 4F and 49. RGB value is (232,79,73). Sum of RGB (Red+Green+Blue) = 232+79+73=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84F49 is #17B0B6. Grayscale: #7C7C7C. Windows color (decimal): -1552567 or 4804584. OLE color: 4804584.

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

Color convert

RGB 232 79 73 -
CMYK 0 0.66 0.69 0.09
HSL 2.26º 0.78% 0.6% -
HSV(B) 2.26º 0.69% 0.91% -
XYZ 37.28 23.23 8.82 -
YUV 124.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 232 79 73 0 0.66 0.69 0.09 2.26 0.78 0.6
Hex E8 4F 49 0 42 45 9 2 4E 3C
Octal 350 117 111 0 102 105 11 2 116 74
Binary 11101000 1001111 1001001 0 1000010 1000101 1001 10 1001110 111100

Color Harmonies of #E84F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84F49

Black with #E84F49

Text Example


Text Example

White with #E84F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84F49; }

 p { color: rgb(232,79,73); }

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

background-color css

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

 a { background-color: rgb(232,79,73); }

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

border-color css

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

 span { border-color: rgb(232,79,73); }

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