Html Css Color HEX #E85C55 Flamingo

📋 copy color: '#E85C55'

red 232 ◦ green 92 ◦ blue 85

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

Shades of Flamingo #E85C55

Tints of Flamingo #E85C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 56.72%
G = 22.49%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E85C55 (or 0xE85C55) is known color: Flamingo. HEX triplet: E8, 5C and 55. RGB value is (232,92,85). Sum of RGB (Red+Green+Blue) = 232+92+85=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C55 is #17A3AA. Grayscale: #858585. Windows color (decimal): -1549227 or 5594344. OLE color: 5594344.

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

Color convert

RGB 232 92 85 -
CMYK 0 0.60 0.63 0.09
HSL 2.86º 0.76% 0.62% -
HSV(B) 2.86º 0.63% 0.91% -
XYZ 38.75 25.47 11.47 -
YUV 133.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 232 92 85 0 0.60 0.63 0.09 2.86 0.76 0.62
Hex E8 5C 55 0 3C 3F 9 3 4C 3E
Octal 350 134 125 0 74 77 11 3 114 76
Binary 11101000 1011100 1010101 0 111100 111111 1001 11 1001100 111110

Color Harmonies of #E85C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C55

Black with #E85C55

Text Example


Text Example

White with #E85C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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