Html Css Color HEX #E7504A Valencia

📋 copy color: '#E7504A'

red 231 ◦ green 80 ◦ blue 74

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

Shades of Valencia #E7504A

Tints of Valencia #E7504A

RGB

 RED value IS 231 (90.63% from 255) = 60%

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

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

R = 60%
G = 20.78%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7504A (or 0xE7504A) is known color: Valencia. HEX triplet: E7, 50 and 4A. RGB value is (231,80,74). Sum of RGB (Red+Green+Blue) = 231+80+74=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E7504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7504A is #18AFB5. Grayscale: #7C7C7C. Windows color (decimal): -1617846 or 4870375. OLE color: 4870375.

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

Color convert

RGB 231 80 74 -
CMYK 0 0.65 0.68 0.09
HSL 2.29º 0.77% 0.6% -
HSV(B) 2.29º 0.68% 0.91% -
XYZ 37.06 23.22 9.01 -
YUV 124.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 231 80 74 0 0.65 0.68 0.09 2.29 0.77 0.6
Hex E7 50 4A 0 41 44 9 2 4D 3C
Octal 347 120 112 0 101 104 11 2 115 74
Binary 11100111 1010000 1001010 0 1000001 1000100 1001 10 1001101 111100

Color Harmonies of #E7504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7504A

Black with #E7504A

Text Example


Text Example

White with #E7504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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