Html Css Color HEX #E85149 Valencia

📋 copy color: '#E85149'

red 232 ◦ green 81 ◦ blue 73

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

Shades of Valencia #E85149

Tints of Valencia #E85149

RGB

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

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

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

R = 60.1%
G = 20.98%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85149 (or 0xE85149) is known color: Valencia. HEX triplet: E8, 51 and 49. RGB value is (232,81,73). Sum of RGB (Red+Green+Blue) = 232+81+73=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85149 is #17AEB6. Grayscale: #7D7D7D. Windows color (decimal): -1552055 or 4805096. OLE color: 4805096.

HSL color Cylindrical-coordinate representation of color #E85149: hue angle of 3.02º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85149 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 81 73 -
CMYK 0 0.65 0.69 0.09
HSL 3.02º 0.78% 0.6% -
HSV(B) 3.02º 0.69% 0.91% -
XYZ 37.42 23.52 8.87 -
YUV 125.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 232 81 73 0 0.65 0.69 0.09 3.02 0.78 0.6
Hex E8 51 49 0 41 45 9 3 4E 3C
Octal 350 121 111 0 101 105 11 3 116 74
Binary 11101000 1010001 1001001 0 1000001 1000101 1001 11 1001110 111100

Color Harmonies of #E85149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85149

Black with #E85149

Text Example


Text Example

White with #E85149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85149; }

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

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

background-color css

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

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

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

border-color css

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

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

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