#EE40F7

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

Shades of Pink Flamingo #EE40F7

Tints of Pink Flamingo #EE40F7

Color information

#EE40F7 (or 0xEE40F7) is unknown color: approx Pink Flamingo. HEX triplet: EE, 40 and F7. RGB value is (238,64,247). Sum of RGB (Red+Green+Blue) = 238+64+247=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 64 (25.39% from 255 or 11.66% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE40F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40F7 is #11BF08. Grayscale: #888888. Windows color (decimal): -1163017 or 16204014. OLE color: 16204014.

HSL color Cylindrical-coordinate representation of color #EE40F7: hue angle of 297.05º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE40F7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23864247-
CMYK0.040.7400.03
HSL297.05º91.96%60.98%-
HSV(B)297.05º74.09%96.86%-
XYZ53.8828.5690.67-
YUV136.89190.15200.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 64 (25.39% from 255) = 11.66%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=43.35%
G=11.66%
B=44.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal238642470.040.7400.03297.0591.9660.98
HexEE40F744A031295c3d
Octal35610036741120345113475
Binary1110111010000001111011110010010100111001010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE40F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE40F7; }

 p { color: rgb(238,64,247); }

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

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

 a { background-color: rgb(238,64,247); }

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

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

 span { border-color: rgb(238,64,247); }

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