Html Css Color HEX #E8504B Valencia

📋 copy color: '#E8504B'

red 232 ◦ green 80 ◦ blue 75

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

Shades of Valencia #E8504B

Tints of Valencia #E8504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 59.95%
G = 20.67%
B = 19.38%

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

#E8504B (or 0xE8504B) is known color: Valencia. HEX triplet: E8, 50 and 4B. RGB value is (232,80,75). Sum of RGB (Red+Green+Blue) = 232+80+75=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E8504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8504B is #17AFB4. Grayscale: #7D7D7D. Windows color (decimal): -1552309 or 4935912. OLE color: 4935912.

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

Color convert

RGB 232 80 75 -
CMYK 0 0.66 0.68 0.09
HSL 1.91º 0.77% 0.6% -
HSV(B) 1.91º 0.68% 0.91% -
XYZ 37.42 23.4 9.2 -
YUV 124.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 232 80 75 0 0.66 0.68 0.09 1.91 0.77 0.6
Hex E8 50 4B 0 42 44 9 2 4D 3C
Octal 350 120 113 0 102 104 11 2 115 74
Binary 11101000 1010000 1001011 0 1000010 1000100 1001 10 1001101 111100

Color Harmonies of #E8504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8504B

Black with #E8504B

Text Example


Text Example

White with #E8504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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