Html Css Color HEX #E85449 Flamingo

📋 copy color: '#E85449'

red 232 ◦ green 84 ◦ blue 73

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

Shades of Flamingo #E85449

Tints of Flamingo #E85449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 59.64%
G = 21.59%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85449 (or 0xE85449) is known color: Flamingo. HEX triplet: E8, 54 and 49. RGB value is (232,84,73). Sum of RGB (Red+Green+Blue) = 232+84+73=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E85449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85449 is #17ABB6. Grayscale: #7F7F7F. Windows color (decimal): -1551287 or 4805864. OLE color: 4805864.

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

Color convert

RGB 232 84 73 -
CMYK 0 0.64 0.69 0.09
HSL 4.15º 0.78% 0.6% -
HSV(B) 4.15º 0.69% 0.91% -
XYZ 37.65 23.98 8.95 -
YUV 127 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 232 84 73 0 0.64 0.69 0.09 4.15 0.78 0.6
Hex E8 54 49 0 40 45 9 4 4E 3C
Octal 350 124 111 0 100 105 11 4 116 74
Binary 11101000 1010100 1001001 0 1000000 1000101 1001 100 1001110 111100

Color Harmonies of #E85449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85449

Black with #E85449

Text Example


Text Example

White with #E85449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85449; }

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

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

background-color css

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

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

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

border-color css

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

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

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