#E342FC

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

Shades of Pink Flamingo #E342FC

Tints of Pink Flamingo #E342FC

Color information

#E342FC (or 0xE342FC) is unknown color: approx Pink Flamingo. HEX triplet: E3, 42 and FC. RGB value is (227,66,252). Sum of RGB (Red+Green+Blue) = 227+66+252=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E342FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E342FC is #1CBD03. Grayscale: #868686. Windows color (decimal): -1883396 or 16532195. OLE color: 16532195.

HSL color Cylindrical-coordinate representation of color #E342FC: hue angle of 291.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E342FC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22766252-
CMYK0.100.7400.01
HSL291.94º96.88%62.35%-
HSV(B)291.94º73.81%98.82%-
XYZ51.227.2694.66-
YUV135.34193.84193.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=41.65%
G=12.11%
B=46.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227662520.100.7400.01291.9496.8862.35
HexE342FCA4A01124613e
Octal343102374121120144414176
Binary1110001110000101111110010101001010011001001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E342FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E342FC; }

 p { color: rgb(227,66,252); }

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

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

 a { background-color: rgb(227,66,252); }

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

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

 span { border-color: rgb(227,66,252); }

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