#E94CFE

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

Shades of Pink Flamingo #E94CFE

Tints of Pink Flamingo #E94CFE

Color information

#E94CFE (or 0xE94CFE) is unknown color: approx Pink Flamingo. HEX triplet: E9, 4C and FE. RGB value is (233,76,254). Sum of RGB (Red+Green+Blue) = 233+76+254=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #E94CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CFE is #16B301. Grayscale: #8E8E8E. Windows color (decimal): -1487618 or 16665833. OLE color: 16665833.

HSL color Cylindrical-coordinate representation of color #E94CFE: hue angle of 292.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94CFE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23376254-
CMYK0.080.7000.00
HSL292.92º98.89%64.71%-
HSV(B)292.92º70.08%99.61%-
XYZ54.0829.6596.64-
YUV143.23190.51192.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 76 (30.08% from 255) = 13.50%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=41.39%
G=13.50%
B=45.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233762540.080.7000.00292.9298.8964.71
HexE94CFE846001256341
Octal3511143761010600445143101
Binary11101001100110011111110100010001100010010010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94CFE; }

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

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

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

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

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

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

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

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