#EB5853

Color #EB5853 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #EB5853

Tints of Flamingo #EB5853

Color information

#EB5853 (or 0xEB5853) is unknown color: approx Flamingo. HEX triplet: EB, 58 and 53. RGB value is (235,88,83). Sum of RGB (Red+Green+Blue) = 235+88+83=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5853 is #14A7AC. Grayscale: #838383. Windows color (decimal): -1353645 or 5462251. OLE color: 5462251.

HSL color Cylindrical-coordinate representation of color #EB5853: hue angle of 1.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB5853 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB2358883-
CMYK00.630.650.08
HSL1.97º79.17%62.35%-
HSV(B)1.97º64.68%92.16%-
XYZ39.3125.2710.99-
YUV131.38100.7201.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 83 (32.81% from 255) = 20.44%
R=57.88%
G=21.67%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235888300.630.650.081.9779.1762.35
HexEB585303F41824f3e
Octal35313012307710110211776
Binary1110101110110001010011011111110000011000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5853; }

 p { color: rgb(235,88,83); }

 H1.HeaderClassName
 {
   color: #EB5853;
 }
 .AnyTagClassName
 {
   color: #EB5853;
 }
</style>
background-color css

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

 a { background-color: rgb(235,88,83); }

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

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

 span { border-color: rgb(235,88,83); }

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