#E942FE

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

Shades of Pink Flamingo #E942FE

Tints of Pink Flamingo #E942FE

Color information

#E942FE (or 0xE942FE) is unknown color: approx Pink Flamingo. HEX triplet: E9, 42 and FE. RGB value is (233,66,254). Sum of RGB (Red+Green+Blue) = 233+66+254=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #E942FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FE is #16BD01. Grayscale: #888888. Windows color (decimal): -1490178 or 16663273. OLE color: 16663273.

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

Color convert

RGB23366254-
CMYK0.080.7400.00
HSL293.3º98.95%62.75%-
HSV(B)293.3º74.02%99.61%-
XYZ53.4428.3896.43-
YUV137.36193.83196.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 66 (26.17% from 255) = 11.93%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=42.13%
G=11.93%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233662540.080.7400.00293.398.9562.75
HexE942FE84A00125633f
Octal351102376101120044514377
Binary1110100110000101111111010001001010001001001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942FE; }

 p { color: rgb(233,66,254); }

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

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

 a { background-color: rgb(233,66,254); }

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

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

 span { border-color: rgb(233,66,254); }

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