#E142FF

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

Shades of Pink Flamingo #E142FF

Tints of Pink Flamingo #E142FF

Color information

#E142FF (or 0xE142FF) is unknown color: approx Pink Flamingo. HEX triplet: E1, 42 and FF. RGB value is (225,66,255). Sum of RGB (Red+Green+Blue) = 225+66+255=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #E142FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E142FF is #1EBD00. Grayscale: #868686. Windows color (decimal): -2014465 or 16728801. OLE color: 16728801.

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

Color convert

RGB22566255-
CMYK0.120.7400
HSL290.48º100%62.94%-
HSV(B)290.48º74.12%100%-
XYZ51.0527.1297.15-
YUV135.09195.68192.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 66 (26.17% from 255) = 12.09%
BLUE value IS 255 (100% from 255) = 46.70%
R=41.21%
G=12.09%
B=46.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225662550.120.7400290.4810062.94
HexE142FFC4A00122643f
Octal341102377141120044214477
Binary1110000110000101111111111001001010001001000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142FF; }

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

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

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

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

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

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

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

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