Html Css Color HEX #E84C49 Valencia

📋 copy color: '#E84C49'

red 232 ◦ green 76 ◦ blue 73

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

Shades of Valencia #E84C49

Tints of Valencia #E84C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 60.89%
G = 19.95%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E84C49 (or 0xE84C49) is known color: Valencia. HEX triplet: E8, 4C and 49. RGB value is (232,76,73). Sum of RGB (Red+Green+Blue) = 232+76+73=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84C49 is #17B3B6. Grayscale: #7A7A7A. Windows color (decimal): -1553335 or 4803816. OLE color: 4803816.

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

Color convert

RGB 232 76 73 -
CMYK 0 0.67 0.69 0.09
HSL 1.13º 0.78% 0.6% -
HSV(B) 1.13º 0.69% 0.91% -
XYZ 37.07 22.81 8.75 -
YUV 122.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 232 76 73 0 0.67 0.69 0.09 1.13 0.78 0.6
Hex E8 4C 49 0 43 45 9 1 4E 3C
Octal 350 114 111 0 103 105 11 1 116 74
Binary 11101000 1001100 1001001 0 1000011 1000101 1001 1 1001110 111100

Color Harmonies of #E84C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84C49

Black with #E84C49

Text Example


Text Example

White with #E84C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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