#EE4CFF

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

Shades of Pink Flamingo #EE4CFF

Tints of Pink Flamingo #EE4CFF

Color information

#EE4CFF (or 0xEE4CFF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 4C and FF. RGB value is (238,76,255). Sum of RGB (Red+Green+Blue) = 238+76+255=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4CFF is #11B300. Grayscale: #909090. Windows color (decimal): -1159937 or 16731374. OLE color: 16731374.

HSL color Cylindrical-coordinate representation of color #EE4CFF: hue angle of 294.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4CFF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23876255-
CMYK0.070.7000
HSL294.3º100%64.9%-
HSV(B)294.3º70.2%100%-
XYZ55.8930.5797.56-
YUV144.84190.17194.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 76 (30.08% from 255) = 13.36%
BLUE value IS 255 (100% from 255) = 44.82%
R=41.83%
G=13.36%
B=44.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238762550.070.7000294.310064.9
HexEE4CFF746001266441
Octal356114377710600446144101
Binary1110111010011001111111111110001100010010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4CFF; }

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

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

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

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

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

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

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

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