#EB60EF

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

Shades of Pink Flamingo #EB60EF

Tints of Pink Flamingo #EB60EF

Color information

#EB60EF (or 0xEB60EF) is unknown color: approx Pink Flamingo. HEX triplet: EB, 60 and EF. RGB value is (235,96,239). Sum of RGB (Red+Green+Blue) = 235+96+239=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB60EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB60EF is #149F10. Grayscale: #999999. Windows color (decimal): -1351441 or 15687915. OLE color: 15687915.

HSL color Cylindrical-coordinate representation of color #EB60EF: hue angle of 298.32º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB60EF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23596239-
CMYK0.020.6000.06
HSL298.32º81.71%65.69%-
HSV(B)298.32º59.83%93.73%-
XYZ54.0232.2685.04-
YUV153.86176.05185.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 16.84%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=41.23%
G=16.84%
B=41.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal235962390.020.6000.06298.3281.7165.69
HexEB60EF23C0612a5242
Octal35314035727406452122102
Binary1110101111000001110111110111100011010010101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB60EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB60EF; }

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

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

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

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

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

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

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

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