Html Css Color HEX #E85754 Flamingo

📋 copy color: '#E85754'

red 232 ◦ green 87 ◦ blue 84

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

Shades of Flamingo #E85754

Tints of Flamingo #E85754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.59%

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 57.57%
G = 21.59%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E85754 (or 0xE85754) is known color: Flamingo. HEX triplet: E8, 57 and 54. RGB value is (232,87,84). Sum of RGB (Red+Green+Blue) = 232+87+84=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E85754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85754 is #17A8AB. Grayscale: #828282. Windows color (decimal): -1550508 or 5527528. OLE color: 5527528.

HSL color Cylindrical-coordinate representation of color #E85754: hue angle of 1.22º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85754 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 87 84 -
CMYK 0 0.62 0.64 0.09
HSL 1.22º 0.76% 0.62% -
HSV(B) 1.22º 0.64% 0.91% -
XYZ 38.29 24.61 11.12 -
YUV 130.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 232 87 84 0 0.62 0.64 0.09 1.22 0.76 0.62
Hex E8 57 54 0 3E 40 9 1 4C 3E
Octal 350 127 124 0 76 100 11 1 114 76
Binary 11101000 1010111 1010100 0 111110 1000000 1001 1 1001100 111110

Color Harmonies of #E85754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85754

Black with #E85754

Text Example


Text Example

White with #E85754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85754; }

 p { color: rgb(232,87,84); }

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

background-color css

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

 a { background-color: rgb(232,87,84); }

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

border-color css

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

 span { border-color: rgb(232,87,84); }

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