Html Css Color HEX #E85E40 Flamingo

📋 copy color: '#E85E40'

red 232 ◦ green 94 ◦ blue 64

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

Shades of Flamingo #E85E40

Tints of Flamingo #E85E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 59.49%
G = 24.1%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E85E40 (or 0xE85E40) is known color: Flamingo. HEX triplet: E8, 5E and 40. RGB value is (232,94,64). Sum of RGB (Red+Green+Blue) = 232+94+64=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E40 is #17A1BF. Grayscale: #848484. Windows color (decimal): -1548736 or 4218600. OLE color: 4218600.

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

Color convert

RGB 232 94 64 -
CMYK 0 0.59 0.72 0.09
HSL 10.71º 0.79% 0.58% -
HSV(B) 10.71º 0.72% 0.91% -
XYZ 38.21 25.53 7.76 -
YUV 131.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 232 94 64 0 0.59 0.72 0.09 10.71 0.79 0.58
Hex E8 5E 40 0 3B 48 9 B 4F 3A
Octal 350 136 100 0 73 110 11 13 117 72
Binary 11101000 1011110 1000000 0 111011 1001000 1001 1011 1001111 111010

Color Harmonies of #E85E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E40

Black with #E85E40

Text Example


Text Example

White with #E85E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E40; }

 p { color: rgb(232,94,64); }

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

background-color css

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

 a { background-color: rgb(232,94,64); }

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

border-color css

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

 span { border-color: rgb(232,94,64); }

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