Html Css Color HEX #E85F55 Flamingo

📋 copy color: '#E85F55'

red 232 ◦ green 95 ◦ blue 85

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

Shades of Flamingo #E85F55

Tints of Flamingo #E85F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 56.31%
G = 23.06%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E85F55 (or 0xE85F55) is known color: Flamingo. HEX triplet: E8, 5F and 55. RGB value is (232,95,85). Sum of RGB (Red+Green+Blue) = 232+95+85=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F55 is #17A0AA. Grayscale: #878787. Windows color (decimal): -1548459 or 5595112. OLE color: 5595112.

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

Color convert

RGB 232 95 85 -
CMYK 0 0.59 0.63 0.09
HSL 4.08º 0.76% 0.62% -
HSV(B) 4.08º 0.63% 0.91% -
XYZ 39.01 26 11.56 -
YUV 134.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 232 95 85 0 0.59 0.63 0.09 4.08 0.76 0.62
Hex E8 5F 55 0 3B 3F 9 4 4C 3E
Octal 350 137 125 0 73 77 11 4 114 76
Binary 11101000 1011111 1010101 0 111011 111111 1001 100 1001100 111110

Color Harmonies of #E85F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F55

Black with #E85F55

Text Example


Text Example

White with #E85F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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