#EE5EFD

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

Shades of Pink Flamingo #EE5EFD

Tints of Pink Flamingo #EE5EFD

Color information

#EE5EFD (or 0xEE5EFD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5E and FD. RGB value is (238,94,253). Sum of RGB (Red+Green+Blue) = 238+94+253=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFD is #11A102. Grayscale: #9A9A9A. Windows color (decimal): -1155331 or 16604910. OLE color: 16604910.

HSL color Cylindrical-coordinate representation of color #EE5EFD: hue angle of 294.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5EFD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23894253-
CMYK0.060.6300.01
HSL294.34º97.55%68.04%-
HSV(B)294.34º62.85%99.22%-
XYZ56.9933.2796.35-
YUV155.18183.21187.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 94 (37.11% from 255) = 16.07%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=40.68%
G=16.07%
B=43.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238942530.060.6300.01294.3497.5568.04
HexEE5EFD63F011266244
Octal35613637567701446142104
Binary111011101011110111111011101111110110010011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5EFD; }

 p { color: rgb(238,94,253); }

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

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

 a { background-color: rgb(238,94,253); }

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

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

 span { border-color: rgb(238,94,253); }

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