#E441FE

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

Shades of Pink Flamingo #E441FE

Tints of Pink Flamingo #E441FE

Color information

#E441FE (or 0xE441FE) is unknown color: approx Pink Flamingo. HEX triplet: E4, 41 and FE. RGB value is (228,65,254). Sum of RGB (Red+Green+Blue) = 228+65+254=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #E441FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441FE is #1BBE01. Grayscale: #868686. Windows color (decimal): -1818114 or 16663012. OLE color: 16663012.

HSL color Cylindrical-coordinate representation of color #E441FE: hue angle of 291.75º 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 #E441FE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22865254-
CMYK0.100.7400.00
HSL291.75º98.95%62.55%-
HSV(B)291.75º74.41%99.61%-
XYZ51.7727.4396.33-
YUV135.28195194.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 65 (25.78% from 255) = 11.88%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=41.68%
G=11.88%
B=46.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal228652540.100.7400.00291.7598.9562.55
HexE441FEA4A00124633f
Octal344101376121120044414377
Binary1110010010000011111111010101001010001001001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E441FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E441FE; }

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

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

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

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

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

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

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

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