#EB6247

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

Shades of Flamingo #EB6247

Tints of Flamingo #EB6247

Color information

#EB6247 (or 0xEB6247) is unknown color: approx Flamingo. HEX triplet: EB, 62 and 47. RGB value is (235,98,71). Sum of RGB (Red+Green+Blue) = 235+98+71=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6247 is #149DB8. Grayscale: #888888. Windows color (decimal): -1351097 or 4678379. OLE color: 4678379.

HSL color Cylindrical-coordinate representation of color #EB6247: hue angle of 9.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB6247 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB2359871-
CMYK00.580.700.08
HSL9.88º80.39%60%-
HSV(B)9.88º69.79%92.16%-
XYZ39.7726.859.05-
YUV135.8891.39198.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=58.17%
G=24.26%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235987100.580.700.089.8880.3960
HexEB624703A468a503c
Octal353142107072106101212074
Binary111010111100010100011101110101000110100010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6247; }

 p { color: rgb(235,98,71); }

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

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

 a { background-color: rgb(235,98,71); }

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

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

 span { border-color: rgb(235,98,71); }

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