Html Css Color HEX #E85655 Flamingo

📋 copy color: '#E85655'

red 232 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #E85655

Tints of Flamingo #E85655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 57.57%
G = 21.34%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E85655 (or 0xE85655) is known color: Flamingo. HEX triplet: E8, 56 and 55. RGB value is (232,86,85). Sum of RGB (Red+Green+Blue) = 232+86+85=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E85655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85655 is #17A9AA. Grayscale: #818181. Windows color (decimal): -1550763 or 5592808. OLE color: 5592808.

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

Color convert

RGB 232 86 85 -
CMYK 0 0.63 0.63 0.09
HSL 0.41º 0.76% 0.62% -
HSV(B) 0.41º 0.63% 0.91% -
XYZ 38.25 24.47 11.3 -
YUV 129.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 232 86 85 0 0.63 0.63 0.09 0.41 0.76 0.62
Hex E8 56 55 0 3F 3F 9 0 4C 3E
Octal 350 126 125 0 77 77 11 0 114 76
Binary 11101000 1010110 1010101 0 111111 111111 1001 0 1001100 111110

Color Harmonies of #E85655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85655

Black with #E85655

Text Example


Text Example

White with #E85655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85655; }

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

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

background-color css

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

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

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

border-color css

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

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

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