#EE4FFC

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

Shades of Pink Flamingo #EE4FFC

Tints of Pink Flamingo #EE4FFC

Color information

#EE4FFC (or 0xEE4FFC) is unknown color: approx Pink Flamingo. HEX triplet: EE, 4F and FC. RGB value is (238,79,252). Sum of RGB (Red+Green+Blue) = 238+79+252=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4FFC is #11B003. Grayscale: #919191. Windows color (decimal): -1159172 or 16535534. OLE color: 16535534.

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

Color convert

RGB23879252-
CMYK0.060.6900.01
HSL295.14º96.65%64.9%-
HSV(B)295.14º68.65%98.82%-
XYZ55.6330.895.11-
YUV146.26187.68193.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 79 (31.25% from 255) = 13.88%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=41.83%
G=13.88%
B=44.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238792520.060.6900.01295.1496.6564.9
HexEE4FFC645011276141
Octal356117374610501447141101
Binary1110111010011111111110011010001010110010011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4FFC; }

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

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

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

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

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

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

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

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