Html Css Color HEX #E85B48 Flamingo

📋 copy color: '#E85B48'

red 232 ◦ green 91 ◦ blue 72

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

Shades of Flamingo #E85B48

Tints of Flamingo #E85B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 58.73%
G = 23.04%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85B48 (or 0xE85B48) is known color: Flamingo. HEX triplet: E8, 5B and 48. RGB value is (232,91,72). Sum of RGB (Red+Green+Blue) = 232+91+72=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B48 is #17A4B7. Grayscale: #838383. Windows color (decimal): -1549496 or 4742120. OLE color: 4742120.

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

Color convert

RGB 232 91 72 -
CMYK 0 0.61 0.69 0.09
HSL 7.13º 0.78% 0.6% -
HSV(B) 7.13º 0.69% 0.91% -
XYZ 38.19 25.11 8.96 -
YUV 130.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 232 91 72 0 0.61 0.69 0.09 7.13 0.78 0.6
Hex E8 5B 48 0 3D 45 9 7 4E 3C
Octal 350 133 110 0 75 105 11 7 116 74
Binary 11101000 1011011 1001000 0 111101 1000101 1001 111 1001110 111100

Color Harmonies of #E85B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B48

Black with #E85B48

Text Example


Text Example

White with #E85B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B48; }

 p { color: rgb(232,91,72); }

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

background-color css

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

 a { background-color: rgb(232,91,72); }

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

border-color css

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

 span { border-color: rgb(232,91,72); }

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