Html Css Color HEX #E85547 Flamingo

📋 copy color: '#E85547'

red 232 ◦ green 85 ◦ blue 71

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

Shades of Flamingo #E85547

Tints of Flamingo #E85547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 59.79%
G = 21.91%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85547 (or 0xE85547) is known color: Flamingo. HEX triplet: E8, 55 and 47. RGB value is (232,85,71). Sum of RGB (Red+Green+Blue) = 232+85+71=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E85547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85547 is #17AAB8. Grayscale: #7F7F7F. Windows color (decimal): -1551033 or 4675048. OLE color: 4675048.

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

Color convert

RGB 232 85 71 -
CMYK 0 0.63 0.69 0.09
HSL 5.22º 0.78% 0.59% -
HSV(B) 5.22º 0.69% 0.91% -
XYZ 37.66 24.11 8.63 -
YUV 127.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 232 85 71 0 0.63 0.69 0.09 5.22 0.78 0.59
Hex E8 55 47 0 3F 45 9 5 4E 3B
Octal 350 125 107 0 77 105 11 5 116 73
Binary 11101000 1010101 1000111 0 111111 1000101 1001 101 1001110 111011

Color Harmonies of #E85547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85547

Black with #E85547

Text Example


Text Example

White with #E85547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85547; }

 p { color: rgb(232,85,71); }

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

background-color css

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

 a { background-color: rgb(232,85,71); }

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

border-color css

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

 span { border-color: rgb(232,85,71); }

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