Html Css Color HEX #E86354 Flamingo

📋 copy color: '#E86354'

red 232 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #E86354

Tints of Flamingo #E86354

RGB

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

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

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

R = 55.9%
G = 23.86%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E86354 (or 0xE86354) is known color: Flamingo. HEX triplet: E8, 63 and 54. RGB value is (232,99,84). Sum of RGB (Red+Green+Blue) = 232+99+84=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E86354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86354 is #179CAB. Grayscale: #898989. Windows color (decimal): -1547436 or 5530600. OLE color: 5530600.

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

Color convert

RGB 232 99 84 -
CMYK 0 0.57 0.64 0.09
HSL 6.08º 0.76% 0.62% -
HSV(B) 6.08º 0.64% 0.91% -
XYZ 39.34 26.72 11.47 -
YUV 137.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 232 99 84 0 0.57 0.64 0.09 6.08 0.76 0.62
Hex E8 63 54 0 39 40 9 6 4C 3E
Octal 350 143 124 0 71 100 11 6 114 76
Binary 11101000 1100011 1010100 0 111001 1000000 1001 110 1001100 111110

Color Harmonies of #E86354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86354

Black with #E86354

Text Example


Text Example

White with #E86354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86354; }

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

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

background-color css

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

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

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

border-color css

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

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

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