#EB60F1

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

Shades of Pink Flamingo #EB60F1

Tints of Pink Flamingo #EB60F1

Color information

#EB60F1 (or 0xEB60F1) is unknown color: approx Pink Flamingo. HEX triplet: EB, 60 and F1. RGB value is (235,96,241). Sum of RGB (Red+Green+Blue) = 235+96+241=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB60F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB60F1 is #149F0E. Grayscale: #999999. Windows color (decimal): -1351439 or 15818987. OLE color: 15818987.

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

Color convert

RGB23596241-
CMYK0.020.6000.05
HSL297.52º83.82%66.08%-
HSV(B)297.52º60.17%94.51%-
XYZ54.3232.3886.61-
YUV154.09177.05185.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 16.78%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=41.08%
G=16.78%
B=42.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235962410.020.6000.05297.5283.8266.08
HexEB60F123C0512a5442
Octal35314036127405452124102
Binary1110101111000001111000110111100010110010101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB60F1; }

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

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

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

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

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

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

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

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