#E140FF

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

Shades of Pink Flamingo #E140FF

Tints of Pink Flamingo #E140FF

Color information

#E140FF (or 0xE140FF) is unknown color: approx Pink Flamingo. HEX triplet: E1, 40 and FF. RGB value is (225,64,255). Sum of RGB (Red+Green+Blue) = 225+64+255=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #E140FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140FF is #1EBF00. Grayscale: #858585. Windows color (decimal): -2014977 or 16728289. OLE color: 16728289.

HSL color Cylindrical-coordinate representation of color #E140FF: hue angle of 290.58º 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 #E140FF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22564255-
CMYK0.120.7500
HSL290.58º100%62.55%-
HSV(B)290.58º74.9%100%-
XYZ50.9326.8997.11-
YUV133.91196.34192.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 64 (25.39% from 255) = 11.76%
BLUE value IS 255 (100% from 255) = 46.88%
R=41.36%
G=11.76%
B=46.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225642550.120.7500290.5810062.55
HexE140FFC4B00123643f
Octal341100377141130044314477
Binary1110000110000001111111111001001011001001000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140FF; }

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

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

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

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

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

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

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

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