#E143FD

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

Shades of Pink Flamingo #E143FD

Tints of Pink Flamingo #E143FD

Color information

#E143FD (or 0xE143FD) is unknown color: approx Pink Flamingo. HEX triplet: E1, 43 and FD. RGB value is (225,67,253). Sum of RGB (Red+Green+Blue) = 225+67+253=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 67 (26.56% from 255 or 12.29% 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 #E143FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143FD is #1EBC02. Grayscale: #868686. Windows color (decimal): -2014211 or 16597985. OLE color: 16597985.

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

Color convert

RGB22567253-
CMYK0.110.7400.01
HSL290.97º97.89%62.75%-
HSV(B)290.97º73.52%99.22%-
XYZ50.7927.1195.49-
YUV135.45194.35191.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 67 (26.56% from 255) = 12.29%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=41.28%
G=12.29%
B=46.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225672530.110.7400.01290.9797.8962.75
HexE143FDB4A01123623f
Octal341103375131120144314277
Binary1110000110000111111110110111001010011001000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143FD; }

 p { color: rgb(225,67,253); }

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

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

 a { background-color: rgb(225,67,253); }

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

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

 span { border-color: rgb(225,67,253); }

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