#EE5BFF

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

Shades of Pink Flamingo #EE5BFF

Tints of Pink Flamingo #EE5BFF

Color information

#EE5BFF (or 0xEE5BFF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5B and FF. RGB value is (238,91,255). Sum of RGB (Red+Green+Blue) = 238+91+255=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BFF is #11A400. Grayscale: #999999. Windows color (decimal): -1156097 or 16735214. OLE color: 16735214.

HSL color Cylindrical-coordinate representation of color #EE5BFF: hue angle of 293.78º 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 #EE5BFF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23891255-
CMYK0.070.6400
HSL293.78º100%67.84%-
HSV(B)293.78º64.31%100%-
XYZ57.0532.8897.95-
YUV153.65185.2188.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 91 (35.94% from 255) = 15.58%
BLUE value IS 255 (100% from 255) = 43.66%
R=40.75%
G=15.58%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238912550.070.6400293.7810067.84
HexEE5BFF740001266444
Octal356133377710000446144104
Binary1110111010110111111111111110000000010010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5BFF; }

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

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

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

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

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

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

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

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