#EB5BFF

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

Shades of Pink Flamingo #EB5BFF

Tints of Pink Flamingo #EB5BFF

Color information

#EB5BFF (or 0xEB5BFF) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5B and FF. RGB value is (235,91,255). Sum of RGB (Red+Green+Blue) = 235+91+255=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5BFF is #14A400. Grayscale: #989898. Windows color (decimal): -1352705 or 16735211. OLE color: 16735211.

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

Color convert

RGB23591255-
CMYK0.080.6400
HSL292.68º100%67.84%-
HSV(B)292.68º64.31%100%-
XYZ56.0532.3697.9-
YUV152.75185.71186.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 91 (35.94% from 255) = 15.66%
BLUE value IS 255 (100% from 255) = 43.89%
R=40.45%
G=15.66%
B=43.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235912550.080.6400292.6810067.84
HexEB5BFF840001256444
Octal3531333771010000445144104
Binary11101011101101111111111100010000000010010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5BFF; }

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

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

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

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

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

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

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

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