Html Css Color HEX #E8504F Valencia

📋 copy color: '#E8504F'

red 232 ◦ green 80 ◦ blue 79

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

Shades of Valencia #E8504F

Tints of Valencia #E8504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 59.34%
G = 20.46%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8504F (or 0xE8504F) is known color: Valencia. HEX triplet: E8, 50 and 4F. RGB value is (232,80,79). Sum of RGB (Red+Green+Blue) = 232+80+79=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8504F is #17AFB0. Grayscale: #7D7D7D. Windows color (decimal): -1552305 or 5198056. OLE color: 5198056.

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

Color convert

RGB 232 80 79 -
CMYK 0 0.66 0.66 0.09
HSL 0.39º 0.77% 0.61% -
HSV(B) 0.39º 0.66% 0.91% -
XYZ 37.56 23.46 9.95 -
YUV 125.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 232 80 79 0 0.66 0.66 0.09 0.39 0.77 0.61
Hex E8 50 4F 0 42 42 9 0 4D 3D
Octal 350 120 117 0 102 102 11 0 115 75
Binary 11101000 1010000 1001111 0 1000010 1000010 1001 0 1001101 111101

Color Harmonies of #E8504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8504F

Black with #E8504F

Text Example


Text Example

White with #E8504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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