Html Css Color HEX #E85D58 Flamingo

📋 copy color: '#E85D58'

red 232 ◦ green 93 ◦ blue 88

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

Shades of Flamingo #E85D58

Tints of Flamingo #E85D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 56.17%
G = 22.52%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E85D58 (or 0xE85D58) is known color: Flamingo. HEX triplet: E8, 5D and 58. RGB value is (232,93,88). Sum of RGB (Red+Green+Blue) = 232+93+88=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D58 is #17A2A7. Grayscale: #868686. Windows color (decimal): -1548968 or 5791208. OLE color: 5791208.

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

Color convert

RGB 232 93 88 -
CMYK 0 0.60 0.62 0.09
HSL 2.08º 0.76% 0.63% -
HSV(B) 2.08º 0.62% 0.91% -
XYZ 38.95 25.69 12.14 -
YUV 133.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 232 93 88 0 0.60 0.62 0.09 2.08 0.76 0.63
Hex E8 5D 58 0 3C 3E 9 2 4C 3F
Octal 350 135 130 0 74 76 11 2 114 77
Binary 11101000 1011101 1011000 0 111100 111110 1001 10 1001100 111111

Color Harmonies of #E85D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D58

Black with #E85D58

Text Example


Text Example

White with #E85D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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