Html Css Color HEX #E86254 Flamingo

📋 copy color: '#E86254'

red 232 ◦ green 98 ◦ blue 84

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

Shades of Flamingo #E86254

Tints of Flamingo #E86254

RGB

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

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

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

R = 56.04%
G = 23.67%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E86254 (or 0xE86254) is known color: Flamingo. HEX triplet: E8, 62 and 54. RGB value is (232,98,84). Sum of RGB (Red+Green+Blue) = 232+98+84=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E86254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86254 is #179DAB. Grayscale: #888888. Windows color (decimal): -1547692 or 5530344. OLE color: 5530344.

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

Color convert

RGB 232 98 84 -
CMYK 0 0.58 0.64 0.09
HSL 5.68º 0.76% 0.62% -
HSV(B) 5.68º 0.64% 0.91% -
XYZ 39.25 26.53 11.44 -
YUV 136.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 232 98 84 0 0.58 0.64 0.09 5.68 0.76 0.62
Hex E8 62 54 0 3A 40 9 6 4C 3E
Octal 350 142 124 0 72 100 11 6 114 76
Binary 11101000 1100010 1010100 0 111010 1000000 1001 110 1001100 111110

Color Harmonies of #E86254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86254

Black with #E86254

Text Example


Text Example

White with #E86254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86254; }

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

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

background-color css

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

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

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

border-color css

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

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

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