#E841FD

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

Shades of Pink Flamingo #E841FD

Tints of Pink Flamingo #E841FD

Color information

#E841FD (or 0xE841FD) is unknown color: approx Pink Flamingo. HEX triplet: E8, 41 and FD. RGB value is (232,65,253). Sum of RGB (Red+Green+Blue) = 232+65+253=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 65 (25.78% from 255 or 11.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E841FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E841FD is #17BE02. Grayscale: #878787. Windows color (decimal): -1555971 or 16597480. OLE color: 16597480.

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

Color convert

RGB23265253-
CMYK0.080.7400.01
HSL293.3º97.92%62.35%-
HSV(B)293.3º74.31%99.22%-
XYZ52.928.0395.55-
YUV136.36193.83196.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 65 (25.78% from 255) = 11.82%
BLUE value IS 253 (99.22% from 255) = 46%
R=42.18%
G=11.82%
B=46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232652530.080.7400.01293.397.9262.35
HexE841FD84A01125623e
Octal350101375101120144514276
Binary1110100010000011111110110001001010011001001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E841FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E841FD; }

 p { color: rgb(232,65,253); }

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

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

 a { background-color: rgb(232,65,253); }

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

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

 span { border-color: rgb(232,65,253); }

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