Html Css Color HEX #E86355 Flamingo

📋 copy color: '#E86355'

red 232 ◦ green 99 ◦ blue 85

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

Shades of Flamingo #E86355

Tints of Flamingo #E86355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.8%

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

R = 55.77%
G = 23.8%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86355 (or 0xE86355) is known color: Flamingo. HEX triplet: E8, 63 and 55. RGB value is (232,99,85). Sum of RGB (Red+Green+Blue) = 232+99+85=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E86355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86355 is #179CAA. Grayscale: #898989. Windows color (decimal): -1547435 or 5596136. OLE color: 5596136.

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

Color convert

RGB 232 99 85 -
CMYK 0 0.57 0.63 0.09
HSL 5.71º 0.76% 0.62% -
HSV(B) 5.71º 0.63% 0.91% -
XYZ 39.38 26.74 11.68 -
YUV 137.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 232 99 85 0 0.57 0.63 0.09 5.71 0.76 0.62
Hex E8 63 55 0 39 3F 9 6 4C 3E
Octal 350 143 125 0 71 77 11 6 114 76
Binary 11101000 1100011 1010101 0 111001 111111 1001 110 1001100 111110

Color Harmonies of #E86355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86355

Black with #E86355

Text Example


Text Example

White with #E86355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86355; }

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

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

background-color css

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

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

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

border-color css

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

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

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