#E54AFB

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

Shades of Pink Flamingo #E54AFB

Tints of Pink Flamingo #E54AFB

Color information

#E54AFB (or 0xE54AFB) is unknown color: approx Pink Flamingo. HEX triplet: E5, 4A and FB. RGB value is (229,74,251). Sum of RGB (Red+Green+Blue) = 229+74+251=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #E54AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AFB is #1AB504. Grayscale: #8B8B8B. Windows color (decimal): -1750277 or 16468709. OLE color: 16468709.

HSL color Cylindrical-coordinate representation of color #E54AFB: hue angle of 292.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54AFB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22974251-
CMYK0.090.7100.02
HSL292.54º95.68%63.73%-
HSV(B)292.54º70.52%98.43%-
XYZ52.1728.5294.02-
YUV140.52190.35191.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 74 (29.30% from 255) = 13.36%
BLUE value IS 251 (98.44% from 255) = 45.31%
R=41.34%
G=13.36%
B=45.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal229742510.090.7100.02292.5495.6863.73
HexE54AFB947021256040
Octal3451123731110702445140100
Binary111001011001010111110111001100011101010010010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54AFB; }

 p { color: rgb(229,74,251); }

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

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

 a { background-color: rgb(229,74,251); }

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

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

 span { border-color: rgb(229,74,251); }

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