Html Css Color HEX #E85D54 Flamingo

📋 copy color: '#E85D54'

red 232 ◦ green 93 ◦ blue 84

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

Shades of Flamingo #E85D54

Tints of Flamingo #E85D54

RGB

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

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

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

R = 56.72%
G = 22.74%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E85D54 (or 0xE85D54) is known color: Flamingo. HEX triplet: E8, 5D and 54. RGB value is (232,93,84). Sum of RGB (Red+Green+Blue) = 232+93+84=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D54 is #17A2AB. Grayscale: #858585. Windows color (decimal): -1548972 or 5529064. OLE color: 5529064.

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

Color convert

RGB 232 93 84 -
CMYK 0 0.60 0.64 0.09
HSL 3.65º 0.76% 0.62% -
HSV(B) 3.65º 0.64% 0.91% -
XYZ 38.79 25.62 11.29 -
YUV 133.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 232 93 84 0 0.60 0.64 0.09 3.65 0.76 0.62
Hex E8 5D 54 0 3C 40 9 4 4C 3E
Octal 350 135 124 0 74 100 11 4 114 76
Binary 11101000 1011101 1010100 0 111100 1000000 1001 100 1001100 111110

Color Harmonies of #E85D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D54

Black with #E85D54

Text Example


Text Example

White with #E85D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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