Html Css Color HEX #E85F44 Flamingo

📋 copy color: '#E85F44'

red 232 ◦ green 95 ◦ blue 68

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

Shades of Flamingo #E85F44

Tints of Flamingo #E85F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

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

R = 58.73%
G = 24.05%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E85F44 (or 0xE85F44) is known color: Flamingo. HEX triplet: E8, 5F and 44. RGB value is (232,95,68). Sum of RGB (Red+Green+Blue) = 232+95+68=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F44 is #17A0BB. Grayscale: #858585. Windows color (decimal): -1548476 or 4481000. OLE color: 4481000.

HSL color Cylindrical-coordinate representation of color #E85F44: hue angle of 9.88º 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 #E85F44 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 68 -
CMYK 0 0.59 0.71 0.09
HSL 9.88º 0.78% 0.59% -
HSV(B) 9.88º 0.71% 0.91% -
XYZ 38.41 25.76 8.42 -
YUV 132.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 232 95 68 0 0.59 0.71 0.09 9.88 0.78 0.59
Hex E8 5F 44 0 3B 47 9 A 4E 3B
Octal 350 137 104 0 73 107 11 12 116 73
Binary 11101000 1011111 1000100 0 111011 1000111 1001 1010 1001110 111011

Color Harmonies of #E85F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F44

Black with #E85F44

Text Example


Text Example

White with #E85F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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