#E954FA

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

Shades of Pink Flamingo #E954FA

Tints of Pink Flamingo #E954FA

Color information

#E954FA (or 0xE954FA) is unknown color: approx Pink Flamingo. HEX triplet: E9, 54 and FA. RGB value is (233,84,250). Sum of RGB (Red+Green+Blue) = 233+84+250=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E954FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954FA is #16AB05. Grayscale: #929292. Windows color (decimal): -1485574 or 16405737. OLE color: 16405737.

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

Color convert

RGB23384250-
CMYK0.070.6600.02
HSL293.86º94.32%65.49%-
HSV(B)293.86º66.4%98.04%-
XYZ54.0330.5793.49-
YUV147.48185.86189-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 84 (33.20% from 255) = 14.81%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=41.09%
G=14.81%
B=44.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233842500.070.6600.02293.8694.3265.49
HexE954FA742021265e41
Octal351124372710202446136101
Binary11101001101010011111010111100001001010010011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E954FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E954FA; }

 p { color: rgb(233,84,250); }

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

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

 a { background-color: rgb(233,84,250); }

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

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

 span { border-color: rgb(233,84,250); }

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