#E54BFF

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

Shades of Pink Flamingo #E54BFF

Tints of Pink Flamingo #E54BFF

Color information

#E54BFF (or 0xE54BFF) is unknown color: approx Pink Flamingo. HEX triplet: E5, 4B and FF. RGB value is (229,75,255). Sum of RGB (Red+Green+Blue) = 229+75+255=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 75 (29.69% from 255 or 13.42% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BFF is #1AB400. Grayscale: #8D8D8D. Windows color (decimal): -1750017 or 16731109. OLE color: 16731109.

HSL color Cylindrical-coordinate representation of color #E54BFF: hue angle of 291.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54BFF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22975255-
CMYK0.100.7100
HSL291.33º100%64.71%-
HSV(B)291.33º70.59%100%-
XYZ52.8828.9197.4-
YUV141.57192.02190.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 75 (29.69% from 255) = 13.42%
BLUE value IS 255 (100% from 255) = 45.62%
R=40.97%
G=13.42%
B=45.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229752550.100.7100291.3310064.71
HexE54BFFA47001236441
Octal3451133771210700443144101
Binary11100101100101111111111101010001110010010001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54BFF; }

 p { color: rgb(229,75,255); }

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

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

 a { background-color: rgb(229,75,255); }

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

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

 span { border-color: rgb(229,75,255); }

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