Html Css Color HEX #E8504D Valencia

📋 copy color: '#E8504D'

red 232 ◦ green 80 ◦ blue 77

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

Shades of Valencia #E8504D

Tints of Valencia #E8504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 59.64%
G = 20.57%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8504D (or 0xE8504D) is known color: Valencia. HEX triplet: E8, 50 and 4D. RGB value is (232,80,77). Sum of RGB (Red+Green+Blue) = 232+80+77=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E8504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8504D is #17AFB2. Grayscale: #7D7D7D. Windows color (decimal): -1552307 or 5066984. OLE color: 5066984.

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

Color convert

RGB 232 80 77 -
CMYK 0 0.66 0.67 0.09
HSL 1.16º 0.77% 0.61% -
HSV(B) 1.16º 0.67% 0.91% -
XYZ 37.49 23.43 9.57 -
YUV 125.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 232 80 77 0 0.66 0.67 0.09 1.16 0.77 0.61
Hex E8 50 4D 0 42 43 9 1 4D 3D
Octal 350 120 115 0 102 103 11 1 115 75
Binary 11101000 1010000 1001101 0 1000010 1000011 1001 1 1001101 111101

Color Harmonies of #E8504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8504D

Black with #E8504D

Text Example


Text Example

White with #E8504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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