Html Css Color HEX #E85F54 Flamingo

📋 copy color: '#E85F54'

red 232 ◦ green 95 ◦ blue 84

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

Shades of Flamingo #E85F54

Tints of Flamingo #E85F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 56.45%
G = 23.11%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E85F54 (or 0xE85F54) is known color: Flamingo. HEX triplet: E8, 5F and 54. RGB value is (232,95,84). Sum of RGB (Red+Green+Blue) = 232+95+84=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F54 is #17A0AB. Grayscale: #868686. Windows color (decimal): -1548460 or 5529576. OLE color: 5529576.

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

Color convert

RGB 232 95 84 -
CMYK 0 0.59 0.64 0.09
HSL 4.46º 0.76% 0.62% -
HSV(B) 4.46º 0.64% 0.91% -
XYZ 38.97 25.98 11.35 -
YUV 134.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 232 95 84 0 0.59 0.64 0.09 4.46 0.76 0.62
Hex E8 5F 54 0 3B 40 9 4 4C 3E
Octal 350 137 124 0 73 100 11 4 114 76
Binary 11101000 1011111 1010100 0 111011 1000000 1001 100 1001100 111110

Color Harmonies of #E85F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F54

Black with #E85F54

Text Example


Text Example

White with #E85F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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