Html Css Color HEX #E85949 Flamingo

📋 copy color: '#E85949'

red 232 ◦ green 89 ◦ blue 73

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

Shades of Flamingo #E85949

Tints of Flamingo #E85949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 58.88%
G = 22.59%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85949 (or 0xE85949) is known color: Flamingo. HEX triplet: E8, 59 and 49. RGB value is (232,89,73). Sum of RGB (Red+Green+Blue) = 232+89+73=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E85949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85949 is #17A6B6. Grayscale: #828282. Windows color (decimal): -1550007 or 4807144. OLE color: 4807144.

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

Color convert

RGB 232 89 73 -
CMYK 0 0.62 0.69 0.09
HSL 6.04º 0.78% 0.6% -
HSV(B) 6.04º 0.69% 0.91% -
XYZ 38.05 24.78 9.08 -
YUV 129.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 232 89 73 0 0.62 0.69 0.09 6.04 0.78 0.6
Hex E8 59 49 0 3E 45 9 6 4E 3C
Octal 350 131 111 0 76 105 11 6 116 74
Binary 11101000 1011001 1001001 0 111110 1000101 1001 110 1001110 111100

Color Harmonies of #E85949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85949

Black with #E85949

Text Example


Text Example

White with #E85949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85949; }

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

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

background-color css

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

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

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

border-color css

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

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

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