#E53FFD

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

Shades of Pink Flamingo #E53FFD

Tints of Pink Flamingo #E53FFD

Color information

#E53FFD (or 0xE53FFD) is unknown color: approx Pink Flamingo. HEX triplet: E5, 3F and FD. RGB value is (229,63,253). Sum of RGB (Red+Green+Blue) = 229+63+253=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #E53FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FFD is #1AC002. Grayscale: #858585. Windows color (decimal): -1753091 or 16596965. OLE color: 16596965.

HSL color Cylindrical-coordinate representation of color #E53FFD: hue angle of 292.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53FFD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22963253-
CMYK0.090.7500.01
HSL292.42º97.94%61.96%-
HSV(B)292.42º75.1%99.22%-
XYZ51.8227.395.47-
YUV134.29195195.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 63 (25% from 255) = 11.56%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=42.02%
G=11.56%
B=46.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal229632530.090.7500.01292.4297.9461.96
HexE53FFD94B01124623e
Octal34577375111130144414276
Binary111001011111111111110110011001011011001001001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53FFD; }

 p { color: rgb(229,63,253); }

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

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

 a { background-color: rgb(229,63,253); }

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

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

 span { border-color: rgb(229,63,253); }

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