#EE41FC

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

Shades of Pink Flamingo #EE41FC

Tints of Pink Flamingo #EE41FC

Color information

#EE41FC (or 0xEE41FC) is unknown color: approx Pink Flamingo. HEX triplet: EE, 41 and FC. RGB value is (238,65,252). Sum of RGB (Red+Green+Blue) = 238+65+252=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41FC is #11BE03. Grayscale: #898989. Windows color (decimal): -1162756 or 16531950. OLE color: 16531950.

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

Color convert

RGB23865252-
CMYK0.060.7400.01
HSL295.51º96.89%62.16%-
HSV(B)295.51º74.21%98.82%-
XYZ54.7228.9994.81-
YUV138.04192.31199.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 65 (25.78% from 255) = 11.71%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=42.88%
G=11.71%
B=45.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238652520.060.7400.01295.5196.8962.16
HexEE41FC64A01128613e
Octal35610137461120145014176
Binary111011101000001111111001101001010011001010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE41FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE41FC; }

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

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

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

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

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

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

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

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