#EE40FB

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

Shades of Pink Flamingo #EE40FB

Tints of Pink Flamingo #EE40FB

Color information

#EE40FB (or 0xEE40FB) is unknown color: approx Pink Flamingo. HEX triplet: EE, 40 and FB. RGB value is (238,64,251). Sum of RGB (Red+Green+Blue) = 238+64+251=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40FB is #11BF04. Grayscale: #888888. Windows color (decimal): -1163013 or 16466158. OLE color: 16466158.

HSL color Cylindrical-coordinate representation of color #EE40FB: hue angle of 295.83º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE40FB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23864251-
CMYK0.050.7500.02
HSL295.83º95.9%61.76%-
HSV(B)295.83º74.5%98.43%-
XYZ54.5128.8193.95-
YUV137.34192.15199.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 64 (25.39% from 255) = 11.57%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=43.04%
G=11.57%
B=45.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238642510.050.7500.02295.8395.961.76
HexEE40FB54B02128603e
Octal35610037351130245014076
Binary1110111010000001111101110110010110101001010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE40FB; }

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

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

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

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

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

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

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

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