#EE44FC

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

Shades of Pink Flamingo #EE44FC

Tints of Pink Flamingo #EE44FC

Color information

#EE44FC (or 0xEE44FC) is unknown color: approx Pink Flamingo. HEX triplet: EE, 44 and FC. RGB value is (238,68,252). Sum of RGB (Red+Green+Blue) = 238+68+252=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 68 (26.95% from 255 or 12.19% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE44FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE44FC is #11BB03. Grayscale: #8B8B8B. Windows color (decimal): -1161988 or 16532718. OLE color: 16532718.

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

Color convert

RGB23868252-
CMYK0.060.7300.01
HSL295.43º96.84%62.75%-
HSV(B)295.43º73.02%98.82%-
XYZ54.929.3494.87-
YUV139.81191.32198.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 68 (26.95% from 255) = 12.19%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=42.65%
G=12.19%
B=45.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238682520.060.7300.01295.4396.8462.75
HexEE44FC64901127613f
Octal35610437461110144714177
Binary111011101000100111111001101001001011001001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE44FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE44FC; }

 p { color: rgb(238,68,252); }

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

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

 a { background-color: rgb(238,68,252); }

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

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

 span { border-color: rgb(238,68,252); }

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