Html Css Color HEX #E85A56 Flamingo

📋 copy color: '#E85A56'

red 232 ◦ green 90 ◦ blue 86

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

Shades of Flamingo #E85A56

Tints of Flamingo #E85A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 56.86%
G = 22.06%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E85A56 (or 0xE85A56) is known color: Flamingo. HEX triplet: E8, 5A and 56. RGB value is (232,90,86). Sum of RGB (Red+Green+Blue) = 232+90+86=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A56 is #17A5A9. Grayscale: #848484. Windows color (decimal): -1549738 or 5659368. OLE color: 5659368.

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

Color convert

RGB 232 90 86 -
CMYK 0 0.61 0.63 0.09
HSL 1.64º 0.76% 0.62% -
HSV(B) 1.64º 0.63% 0.91% -
XYZ 38.61 25.14 11.62 -
YUV 132 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 232 90 86 0 0.61 0.63 0.09 1.64 0.76 0.62
Hex E8 5A 56 0 3D 3F 9 2 4C 3E
Octal 350 132 126 0 75 77 11 2 114 76
Binary 11101000 1011010 1010110 0 111101 111111 1001 10 1001100 111110

Color Harmonies of #E85A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A56

Black with #E85A56

Text Example


Text Example

White with #E85A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A56; }

 p { color: rgb(232,90,86); }

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

background-color css

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

 a { background-color: rgb(232,90,86); }

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

border-color css

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

 span { border-color: rgb(232,90,86); }

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