#EB605A

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

Shades of Flamingo #EB605A

Tints of Flamingo #EB605A

Color information

#EB605A (or 0xEB605A) is unknown color: approx Flamingo. HEX triplet: EB, 60 and 5A. RGB value is (235,96,90). Sum of RGB (Red+Green+Blue) = 235+96+90=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB605A is #149FA5. Grayscale: #898989. Windows color (decimal): -1351590 or 5923051. OLE color: 5923051.

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

Color convert

RGB2359690-
CMYK00.590.620.08
HSL2.48º78.38%63.73%-
HSV(B)2.48º61.7%92.16%-
XYZ40.2926.7712.72-
YUV136.88101.55197.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=55.82%
G=22.80%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235969000.590.620.082.4878.3863.73
HexEB605A03B3E824e40
Octal35314013207376102116100
Binary1110101111000001011010011101111111010001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB605A; }

 p { color: rgb(235,96,90); }

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

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

 a { background-color: rgb(235,96,90); }

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

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

 span { border-color: rgb(235,96,90); }

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