Html Css Color HEX #E85D44 Flamingo

📋 copy color: '#E85D44'

red 232 ◦ green 93 ◦ blue 68

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

Shades of Flamingo #E85D44

Tints of Flamingo #E85D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 59.03%
G = 23.66%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E85D44 (or 0xE85D44) is known color: Flamingo. HEX triplet: E8, 5D and 44. RGB value is (232,93,68). Sum of RGB (Red+Green+Blue) = 232+93+68=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D44 is #17A2BB. Grayscale: #838383. Windows color (decimal): -1548988 or 4480488. OLE color: 4480488.

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

Color convert

RGB 232 93 68 -
CMYK 0 0.60 0.71 0.09
HSL 9.15º 0.78% 0.59% -
HSV(B) 9.15º 0.71% 0.91% -
XYZ 38.24 25.4 8.36 -
YUV 131.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 232 93 68 0 0.60 0.71 0.09 9.15 0.78 0.59
Hex E8 5D 44 0 3C 47 9 9 4E 3B
Octal 350 135 104 0 74 107 11 11 116 73
Binary 11101000 1011101 1000100 0 111100 1000111 1001 1001 1001110 111011

Color Harmonies of #E85D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D44

Black with #E85D44

Text Example


Text Example

White with #E85D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D44; }

 p { color: rgb(232,93,68); }

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

background-color css

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

 a { background-color: rgb(232,93,68); }

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

border-color css

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

 span { border-color: rgb(232,93,68); }

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