Html Css Color HEX #E86255 Flamingo

📋 copy color: '#E86255'

red 232 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #E86255

Tints of Flamingo #E86255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 55.9%
G = 23.61%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86255 (or 0xE86255) is known color: Flamingo. HEX triplet: E8, 62 and 55. RGB value is (232,98,85). Sum of RGB (Red+Green+Blue) = 232+98+85=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E86255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86255 is #179DAA. Grayscale: #888888. Windows color (decimal): -1547691 or 5595880. OLE color: 5595880.

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

Color convert

RGB 232 98 85 -
CMYK 0 0.58 0.63 0.09
HSL 5.31º 0.76% 0.62% -
HSV(B) 5.31º 0.63% 0.91% -
XYZ 39.29 26.55 11.65 -
YUV 136.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 232 98 85 0 0.58 0.63 0.09 5.31 0.76 0.62
Hex E8 62 55 0 3A 3F 9 5 4C 3E
Octal 350 142 125 0 72 77 11 5 114 76
Binary 11101000 1100010 1010101 0 111010 111111 1001 101 1001100 111110

Color Harmonies of #E86255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86255

Black with #E86255

Text Example


Text Example

White with #E86255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86255; }

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

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

background-color css

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

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

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

border-color css

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

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

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