#EB61F1

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

Shades of Pink Flamingo #EB61F1

Tints of Pink Flamingo #EB61F1

Color information

#EB61F1 (or 0xEB61F1) is unknown color: approx Pink Flamingo. HEX triplet: EB, 61 and F1. RGB value is (235,97,241). Sum of RGB (Red+Green+Blue) = 235+97+241=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB61F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB61F1 is #149E0E. Grayscale: #9A9A9A. Windows color (decimal): -1351183 or 15819243. OLE color: 15819243.

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

Color convert

RGB23597241-
CMYK0.020.6000.05
HSL297.5º83.72%66.27%-
HSV(B)297.5º59.75%94.51%-
XYZ54.4132.5686.64-
YUV154.68176.72185.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 97 (38.28% from 255) = 16.93%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=41.01%
G=16.93%
B=42.06%

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
Decimal235972410.020.6000.05297.583.7266.27
HexEB61F123C0512a5442
Octal35314136127405452124102
Binary1110101111000011111000110111100010110010101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB61F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB61F1; }

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

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

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

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

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

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

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

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