#EB5F52

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

Shades of Flamingo #EB5F52

Tints of Flamingo #EB5F52

Color information

#EB5F52 (or 0xEB5F52) is unknown color: approx Flamingo. HEX triplet: EB, 5F and 52. RGB value is (235,95,82). Sum of RGB (Red+Green+Blue) = 235+95+82=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5F52 is #14A0AD. Grayscale: #878787. Windows color (decimal): -1351854 or 5398507. OLE color: 5398507.

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

Color convert

RGB2359582-
CMYK00.600.650.08
HSL5.1º79.27%62.16%-
HSV(B)5.1º65.11%92.16%-
XYZ39.8826.4610.99-
YUV135.3897.88199.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.04%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=57.04%
G=23.06%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235958200.600.650.085.179.2762.16
HexEB5F5203C41854f3e
Octal35313712207410110511776
Binary11101011101111110100100111100100000110001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F52; }

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

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

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

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

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

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

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

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