#EB6250

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

Shades of Flamingo #EB6250

Tints of Flamingo #EB6250

Color information

#EB6250 (or 0xEB6250) is unknown color: approx Flamingo. HEX triplet: EB, 62 and 50. RGB value is (235,98,80). Sum of RGB (Red+Green+Blue) = 235+98+80=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6250 is #149DAF. Grayscale: #898989. Windows color (decimal): -1351088 or 5268203. OLE color: 5268203.

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

Color convert

RGB2359880-
CMYK00.580.660.08
HSL6.97º79.49%61.76%-
HSV(B)6.97º65.96%92.16%-
XYZ40.0826.9810.68-
YUV136.9195.89197.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.90%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=56.90%
G=23.73%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235988000.580.660.086.9779.4961.76
HexEB625003A42874f3e
Octal35314212007210210711776
Binary11101011110001010100000111010100001010001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6250; }

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

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

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

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

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

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

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

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