Html Css Color HEX #E85D49 Flamingo

📋 copy color: '#E85D49'

red 232 ◦ green 93 ◦ blue 73

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

Shades of Flamingo #E85D49

Tints of Flamingo #E85D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 58.29%
G = 23.37%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85D49 (or 0xE85D49) is known color: Flamingo. HEX triplet: E8, 5D and 49. RGB value is (232,93,73). Sum of RGB (Red+Green+Blue) = 232+93+73=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D49 is #17A2B6. Grayscale: #848484. Windows color (decimal): -1548983 or 4808168. OLE color: 4808168.

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

Color convert

RGB 232 93 73 -
CMYK 0 0.60 0.69 0.09
HSL 7.55º 0.78% 0.6% -
HSV(B) 7.55º 0.69% 0.91% -
XYZ 38.4 25.47 9.19 -
YUV 132.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 232 93 73 0 0.60 0.69 0.09 7.55 0.78 0.6
Hex E8 5D 49 0 3C 45 9 8 4E 3C
Octal 350 135 111 0 74 105 11 10 116 74
Binary 11101000 1011101 1001001 0 111100 1000101 1001 1000 1001110 111100

Color Harmonies of #E85D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D49

Black with #E85D49

Text Example


Text Example

White with #E85D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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