Html Css Color HEX #E85C53 Flamingo

📋 copy color: '#E85C53'

red 232 ◦ green 92 ◦ blue 83

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

Shades of Flamingo #E85C53

Tints of Flamingo #E85C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 57%
G = 22.6%
B = 20.39%

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

#E85C53 (or 0xE85C53) is known color: Flamingo. HEX triplet: E8, 5C and 53. RGB value is (232,92,83). Sum of RGB (Red+Green+Blue) = 232+92+83=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C53 is #17A3AC. Grayscale: #858585. Windows color (decimal): -1549229 or 5463272. OLE color: 5463272.

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

Color convert

RGB 232 92 83 -
CMYK 0 0.60 0.64 0.09
HSL 3.62º 0.76% 0.62% -
HSV(B) 3.62º 0.64% 0.91% -
XYZ 38.67 25.43 11.06 -
YUV 132.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 232 92 83 0 0.60 0.64 0.09 3.62 0.76 0.62
Hex E8 5C 53 0 3C 40 9 4 4C 3E
Octal 350 134 123 0 74 100 11 4 114 76
Binary 11101000 1011100 1010011 0 111100 1000000 1001 100 1001100 111110

Color Harmonies of #E85C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C53

Black with #E85C53

Text Example


Text Example

White with #E85C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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