#E641FE

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

Shades of Pink Flamingo #E641FE

Tints of Pink Flamingo #E641FE

Color information

#E641FE (or 0xE641FE) is unknown color: approx Pink Flamingo. HEX triplet: E6, 41 and FE. RGB value is (230,65,254). Sum of RGB (Red+Green+Blue) = 230+65+254=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #E641FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FE is #19BE01. Grayscale: #878787. Windows color (decimal): -1687042 or 16663014. OLE color: 16663014.

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

Color convert

RGB23065254-
CMYK0.090.7400.00
HSL292.38º98.95%62.55%-
HSV(B)292.38º74.41%99.61%-
XYZ52.4127.7696.36-
YUV135.88194.66195.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 65 (25.78% from 255) = 11.84%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=41.89%
G=11.84%
B=46.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal230652540.090.7400.00292.3898.9562.55
HexE641FE94A00124633f
Octal346101376111120044414377
Binary1110011010000011111111010011001010001001001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E641FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E641FE; }

 p { color: rgb(230,65,254); }

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

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

 a { background-color: rgb(230,65,254); }

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

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

 span { border-color: rgb(230,65,254); }

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