Html Css Color HEX #E85652 Flamingo

📋 copy color: '#E85652'

red 232 ◦ green 86 ◦ blue 82

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

Shades of Flamingo #E85652

Tints of Flamingo #E85652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 58%
G = 21.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E85652 (or 0xE85652) is known color: Flamingo. HEX triplet: E8, 56 and 52. RGB value is (232,86,82). Sum of RGB (Red+Green+Blue) = 232+86+82=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85652 is #17A9AD. Grayscale: #818181. Windows color (decimal): -1550766 or 5396200. OLE color: 5396200.

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

Color convert

RGB 232 86 82 -
CMYK 0 0.63 0.65 0.09
HSL 1.6º 0.77% 0.62% -
HSV(B) 1.6º 0.65% 0.91% -
XYZ 38.13 24.42 10.69 -
YUV 129.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 232 86 82 0 0.63 0.65 0.09 1.6 0.77 0.62
Hex E8 56 52 0 3F 41 9 2 4D 3E
Octal 350 126 122 0 77 101 11 2 115 76
Binary 11101000 1010110 1010010 0 111111 1000001 1001 10 1001101 111110

Color Harmonies of #E85652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85652

Black with #E85652

Text Example


Text Example

White with #E85652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85652; }

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

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

background-color css

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

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

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

border-color css

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

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

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