Html Css Color HEX #E85A49 Flamingo

📋 copy color: '#E85A49'

red 232 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #E85A49

Tints of Flamingo #E85A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

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

R = 58.73%
G = 22.78%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85A49 (or 0xE85A49) is known color: Flamingo. HEX triplet: E8, 5A and 49. RGB value is (232,90,73). Sum of RGB (Red+Green+Blue) = 232+90+73=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A49 is #17A5B6. Grayscale: #828282. Windows color (decimal): -1549751 or 4807400. OLE color: 4807400.

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

Color convert

RGB 232 90 73 -
CMYK 0 0.61 0.69 0.09
HSL 6.42º 0.78% 0.6% -
HSV(B) 6.42º 0.69% 0.91% -
XYZ 38.14 24.95 9.11 -
YUV 130.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 232 90 73 0 0.61 0.69 0.09 6.42 0.78 0.6
Hex E8 5A 49 0 3D 45 9 6 4E 3C
Octal 350 132 111 0 75 105 11 6 116 74
Binary 11101000 1011010 1001001 0 111101 1000101 1001 110 1001110 111100

Color Harmonies of #E85A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A49

Black with #E85A49

Text Example


Text Example

White with #E85A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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