#E440FF

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

Shades of Pink Flamingo #E440FF

Tints of Pink Flamingo #E440FF

Color information

#E440FF (or 0xE440FF) is unknown color: approx Pink Flamingo. HEX triplet: E4, 40 and FF. RGB value is (228,64,255). Sum of RGB (Red+Green+Blue) = 228+64+255=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #E440FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E440FF is #1BBF00. Grayscale: #868686. Windows color (decimal): -1818369 or 16728292. OLE color: 16728292.

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

Color convert

RGB22864255-
CMYK0.110.7500
HSL291.52º100%62.55%-
HSV(B)291.52º74.9%100%-
XYZ51.8827.3897.16-
YUV134.81195.83194.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 64 (25.39% from 255) = 11.70%
BLUE value IS 255 (100% from 255) = 46.62%
R=41.68%
G=11.70%
B=46.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal228642550.110.7500291.5210062.55
HexE440FFB4B00124643f
Octal344100377131130044414477
Binary1110010010000001111111110111001011001001001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E440FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E440FF; }

 p { color: rgb(228,64,255); }

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

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

 a { background-color: rgb(228,64,255); }

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

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

 span { border-color: rgb(228,64,255); }

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