#EB5F5A

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

Shades of Flamingo #EB5F5A

Tints of Flamingo #EB5F5A

Color information

#EB5F5A (or 0xEB5F5A) is unknown color: approx Flamingo. HEX triplet: EB, 5F and 5A. RGB value is (235,95,90). Sum of RGB (Red+Green+Blue) = 235+95+90=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5F5A is #14A0A5. Grayscale: #888888. Windows color (decimal): -1351846 or 5922795. OLE color: 5922795.

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

Color convert

RGB2359590-
CMYK00.600.620.08
HSL2.07º78.38%63.73%-
HSV(B)2.07º61.7%92.16%-
XYZ40.226.5812.69-
YUV136.29101.88198.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.95%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=55.95%
G=22.62%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235959000.600.620.082.0778.3863.73
HexEB5F5A03C3E824e40
Octal35313713207476102116100
Binary1110101110111111011010011110011111010001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F5A; }

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

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

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

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

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

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

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

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