#E041FE

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

Shades of Pink Flamingo #E041FE

Tints of Pink Flamingo #E041FE

Color information

#E041FE (or 0xE041FE) is unknown color: approx Pink Flamingo. HEX triplet: E0, 41 and FE. RGB value is (224,65,254). Sum of RGB (Red+Green+Blue) = 224+65+254=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #E041FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FE is #1FBE01. Grayscale: #858585. Windows color (decimal): -2080258 or 16663008. OLE color: 16663008.

HSL color Cylindrical-coordinate representation of color #E041FE: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E041FE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22465254-
CMYK0.120.7400.00
HSL290.48º98.95%62.55%-
HSV(B)290.48º74.41%99.61%-
XYZ50.5226.7896.27-
YUV134.09195.68192.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 65 (25.78% from 255) = 11.97%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=41.25%
G=11.97%
B=46.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal224652540.120.7400.00290.4898.9562.55
HexE041FEC4A00122633f
Octal340101376141120044214377
Binary1110000010000011111111011001001010001001000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041FE; }

 p { color: rgb(224,65,254); }

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

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

 a { background-color: rgb(224,65,254); }

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

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

 span { border-color: rgb(224,65,254); }

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