Html Css Color HEX #E75149 Valencia

📋 copy color: '#E75149'

red 231 ◦ green 81 ◦ blue 73

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

Shades of Valencia #E75149

Tints of Valencia #E75149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 60%
G = 21.04%
B = 18.96%

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

#E75149 (or 0xE75149) is known color: Valencia. HEX triplet: E7, 51 and 49. RGB value is (231,81,73). Sum of RGB (Red+Green+Blue) = 231+81+73=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E75149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75149 is #18AEB6. Grayscale: #7D7D7D. Windows color (decimal): -1617591 or 4805095. OLE color: 4805095.

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

Color convert

RGB 231 81 73 -
CMYK 0 0.65 0.68 0.09
HSL 3.04º 0.77% 0.6% -
HSV(B) 3.04º 0.68% 0.91% -
XYZ 37.1 23.35 8.86 -
YUV 124.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 231 81 73 0 0.65 0.68 0.09 3.04 0.77 0.6
Hex E7 51 49 0 41 44 9 3 4D 3C
Octal 347 121 111 0 101 104 11 3 115 74
Binary 11100111 1010001 1001001 0 1000001 1000100 1001 11 1001101 111100

Color Harmonies of #E75149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75149

Black with #E75149

Text Example


Text Example

White with #E75149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75149; }

 p { color: rgb(231,81,73); }

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

background-color css

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

 a { background-color: rgb(231,81,73); }

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

border-color css

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

 span { border-color: rgb(231,81,73); }

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