Html Css Color HEX #E8504A Valencia

📋 copy color: '#E8504A'

red 232 ◦ green 80 ◦ blue 74

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

Shades of Valencia #E8504A

Tints of Valencia #E8504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 60.1%
G = 20.73%
B = 19.17%

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

#E8504A (or 0xE8504A) is known color: Valencia. HEX triplet: E8, 50 and 4A. RGB value is (232,80,74). Sum of RGB (Red+Green+Blue) = 232+80+74=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E8504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8504A is #17AFB5. Grayscale: #7C7C7C. Windows color (decimal): -1552310 or 4870376. OLE color: 4870376.

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

Color convert

RGB 232 80 74 -
CMYK 0 0.66 0.68 0.09
HSL 2.28º 0.77% 0.6% -
HSV(B) 2.28º 0.68% 0.91% -
XYZ 37.38 23.39 9.02 -
YUV 124.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 232 80 74 0 0.66 0.68 0.09 2.28 0.77 0.6
Hex E8 50 4A 0 42 44 9 2 4D 3C
Octal 350 120 112 0 102 104 11 2 115 74
Binary 11101000 1010000 1001010 0 1000010 1000100 1001 10 1001101 111100

Color Harmonies of #E8504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8504A

Black with #E8504A

Text Example


Text Example

White with #E8504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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