Html Css Color HEX #E85546 Flamingo

📋 copy color: '#E85546'

red 232 ◦ green 85 ◦ blue 70

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

Shades of Flamingo #E85546

Tints of Flamingo #E85546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 59.95%
G = 21.96%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E85546 (or 0xE85546) is known color: Flamingo. HEX triplet: E8, 55 and 46. RGB value is (232,85,70). Sum of RGB (Red+Green+Blue) = 232+85+70=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E85546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85546 is #17AAB9. Grayscale: #7F7F7F. Windows color (decimal): -1551034 or 4609512. OLE color: 4609512.

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

Color convert

RGB 232 85 70 -
CMYK 0 0.63 0.70 0.09
HSL 5.56º 0.78% 0.59% -
HSV(B) 5.56º 0.7% 0.91% -
XYZ 37.63 24.1 8.46 -
YUV 127.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 232 85 70 0 0.63 0.70 0.09 5.56 0.78 0.59
Hex E8 55 46 0 3F 46 9 6 4E 3B
Octal 350 125 106 0 77 106 11 6 116 73
Binary 11101000 1010101 1000110 0 111111 1000110 1001 110 1001110 111011

Color Harmonies of #E85546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85546

Black with #E85546

Text Example


Text Example

White with #E85546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85546; }

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

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

background-color css

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

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

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

border-color css

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

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

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