#E53DFE

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

Shades of Pink Flamingo #E53DFE

Tints of Pink Flamingo #E53DFE

Color information

#E53DFE (or 0xE53DFE) is unknown color: approx Pink Flamingo. HEX triplet: E5, 3D and FE. RGB value is (229,61,254). Sum of RGB (Red+Green+Blue) = 229+61+254=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 61 (24.22% from 255 or 11.21% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #E53DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DFE is #1AC201. Grayscale: #848484. Windows color (decimal): -1753602 or 16661989. OLE color: 16661989.

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

Color convert

RGB22961254-
CMYK0.100.7600.00
HSL292.23º98.97%61.76%-
HSV(B)292.23º75.98%99.61%-
XYZ51.8727.1596.27-
YUV133.23196.16196.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 61 (24.22% from 255) = 11.21%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=42.10%
G=11.21%
B=46.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal229612540.100.7600.00292.2398.9761.76
HexE53DFEA4C00124633e
Octal34575376121140044414376
Binary111001011111011111111010101001100001001001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DFE; }

 p { color: rgb(229,61,254); }

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

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

 a { background-color: rgb(229,61,254); }

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

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

 span { border-color: rgb(229,61,254); }

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