Html Css Color HEX #E85845 Flamingo

📋 copy color: '#E85845'

red 232 ◦ green 88 ◦ blue 69

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

Shades of Flamingo #E85845

Tints of Flamingo #E85845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 59.64%
G = 22.62%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E85845 (or 0xE85845) is known color: Flamingo. HEX triplet: E8, 58 and 45. RGB value is (232,88,69). Sum of RGB (Red+Green+Blue) = 232+88+69=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E85845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85845 is #17A7BA. Grayscale: #818181. Windows color (decimal): -1550267 or 4544744. OLE color: 4544744.

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

Color convert

RGB 232 88 69 -
CMYK 0 0.62 0.70 0.09
HSL 6.99º 0.78% 0.59% -
HSV(B) 6.99º 0.7% 0.91% -
XYZ 37.84 24.56 8.38 -
YUV 128.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 232 88 69 0 0.62 0.70 0.09 6.99 0.78 0.59
Hex E8 58 45 0 3E 46 9 7 4E 3B
Octal 350 130 105 0 76 106 11 7 116 73
Binary 11101000 1011000 1000101 0 111110 1000110 1001 111 1001110 111011

Color Harmonies of #E85845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85845

Black with #E85845

Text Example


Text Example

White with #E85845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85845; }

 p { color: rgb(232,88,69); }

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

background-color css

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

 a { background-color: rgb(232,88,69); }

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

border-color css

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

 span { border-color: rgb(232,88,69); }

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