#EB66F3

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

Shades of Pink Flamingo #EB66F3

Tints of Pink Flamingo #EB66F3

Color information

#EB66F3 (or 0xEB66F3) is unknown color: approx Pink Flamingo. HEX triplet: EB, 66 and F3. RGB value is (235,102,243). Sum of RGB (Red+Green+Blue) = 235+102+243=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB66F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB66F3 is #14990C. Grayscale: #9D9D9D. Windows color (decimal): -1349901 or 15951595. OLE color: 15951595.

HSL color Cylindrical-coordinate representation of color #EB66F3: hue angle of 296.6º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB66F3 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235102243-
CMYK0.030.5800.05
HSL296.6º85.45%67.65%-
HSV(B)296.6º58.02%95.29%-
XYZ55.1933.6488.38-
YUV157.84176.06183.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 17.59%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=40.52%
G=17.59%
B=41.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351022430.030.5800.05296.685.4567.65
HexEB66F333A051295544
Octal35314636337205451125104
Binary1110101111001101111001111111010010110010100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB66F3; }

 p { color: rgb(235,102,243); }

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

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

 a { background-color: rgb(235,102,243); }

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

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

 span { border-color: rgb(235,102,243); }

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