#EB45FF

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

Shades of Pink Flamingo #EB45FF

Tints of Pink Flamingo #EB45FF

Color information

#EB45FF (or 0xEB45FF) is unknown color: approx Pink Flamingo. HEX triplet: EB, 45 and FF. RGB value is (235,69,255). Sum of RGB (Red+Green+Blue) = 235+69+255=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 69 (27.34% from 255 or 12.34% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB45FF is #14BA00. Grayscale: #8B8B8B. Windows color (decimal): -1358337 or 16729579. OLE color: 16729579.

HSL color Cylindrical-coordinate representation of color #EB45FF: hue angle of 293.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB45FF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23569255-
CMYK0.080.7300
HSL293.55º100%63.53%-
HSV(B)293.55º72.94%100%-
XYZ54.4429.1497.36-
YUV139.84193195.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 69 (27.34% from 255) = 12.34%
BLUE value IS 255 (100% from 255) = 45.62%
R=42.04%
G=12.34%
B=45.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235692550.080.7300293.5510063.53
HexEB45FF849001266440
Octal3531053771011100446144100
Binary11101011100010111111111100010010010010010011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB45FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB45FF; }

 p { color: rgb(235,69,255); }

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

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

 a { background-color: rgb(235,69,255); }

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

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

 span { border-color: rgb(235,69,255); }

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