Html Css Color HEX #E85247 Flamingo

📋 copy color: '#E85247'

red 232 ◦ green 82 ◦ blue 71

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

Shades of Flamingo #E85247

Tints of Flamingo #E85247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 60.26%
G = 21.3%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85247 (or 0xE85247) is known color: Flamingo. HEX triplet: E8, 52 and 47. RGB value is (232,82,71). Sum of RGB (Red+Green+Blue) = 232+82+71=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E85247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85247 is #17ADB8. Grayscale: #7D7D7D. Windows color (decimal): -1551801 or 4674280. OLE color: 4674280.

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

Color convert

RGB 232 82 71 -
CMYK 0 0.65 0.69 0.09
HSL 4.1º 0.78% 0.59% -
HSV(B) 4.1º 0.69% 0.91% -
XYZ 37.43 23.65 8.55 -
YUV 125.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 232 82 71 0 0.65 0.69 0.09 4.1 0.78 0.59
Hex E8 52 47 0 41 45 9 4 4E 3B
Octal 350 122 107 0 101 105 11 4 116 73
Binary 11101000 1010010 1000111 0 1000001 1000101 1001 100 1001110 111011

Color Harmonies of #E85247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85247

Black with #E85247

Text Example


Text Example

White with #E85247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85247; }

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

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

background-color css

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

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

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

border-color css

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

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

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