#E942FB

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

Shades of Pink Flamingo #E942FB

Tints of Pink Flamingo #E942FB

Color information

#E942FB (or 0xE942FB) is unknown color: approx Pink Flamingo. HEX triplet: E9, 42 and FB. RGB value is (233,66,251). Sum of RGB (Red+Green+Blue) = 233+66+251=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #E942FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FB is #16BD04. Grayscale: #888888. Windows color (decimal): -1490181 or 16466665. OLE color: 16466665.

HSL color Cylindrical-coordinate representation of color #E942FB: hue angle of 294.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E942FB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23366251-
CMYK0.070.7400.02
HSL294.16º95.85%62.16%-
HSV(B)294.16º73.71%98.43%-
XYZ52.9728.1993.92-
YUV137.02192.33196.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 66 (26.17% from 255) = 12%
BLUE value IS 251 (98.44% from 255) = 45.64%
R=42.36%
G=12%
B=45.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233662510.070.7400.02294.1695.8562.16
HexE942FB74A02126603e
Octal35110237371120244614076
Binary1110100110000101111101111110010100101001001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942FB; }

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

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

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

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

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

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

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

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