Html Css Color HEX #E86052 Flamingo

📋 copy color: '#E86052'

red 232 ◦ green 96 ◦ blue 82

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

Shades of Flamingo #E86052

Tints of Flamingo #E86052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 82 (32.42% from 255) = 20%

R = 56.59%
G = 23.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E86052 (or 0xE86052) is known color: Flamingo. HEX triplet: E8, 60 and 52. RGB value is (232,96,82). Sum of RGB (Red+Green+Blue) = 232+96+82=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E86052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86052 is #179FAD. Grayscale: #878787. Windows color (decimal): -1548206 or 5398760. OLE color: 5398760.

HSL color Cylindrical-coordinate representation of color #E86052: hue angle of 5.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E86052 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 96 82 -
CMYK 0 0.59 0.65 0.09
HSL 5.6º 0.77% 0.62% -
HSV(B) 5.6º 0.65% 0.91% -
XYZ 38.98 26.13 10.97 -
YUV 135.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 232 96 82 0 0.59 0.65 0.09 5.6 0.77 0.62
Hex E8 60 52 0 3B 41 9 6 4D 3E
Octal 350 140 122 0 73 101 11 6 115 76
Binary 11101000 1100000 1010010 0 111011 1000001 1001 110 1001101 111110

Color Harmonies of #E86052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86052

Black with #E86052

Text Example


Text Example

White with #E86052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86052; }

 p { color: rgb(232,96,82); }

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

background-color css

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

 a { background-color: rgb(232,96,82); }

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

border-color css

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

 span { border-color: rgb(232,96,82); }

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