#E445FD

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

Shades of Pink Flamingo #E445FD

Tints of Pink Flamingo #E445FD

Color information

#E445FD (or 0xE445FD) is unknown color: approx Pink Flamingo. HEX triplet: E4, 45 and FD. RGB value is (228,69,253). Sum of RGB (Red+Green+Blue) = 228+69+253=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 69 (27.34% from 255 or 12.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E445FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445FD is #1BBA02. Grayscale: #888888. Windows color (decimal): -1817091 or 16598500. OLE color: 16598500.

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

Color convert

RGB22869253-
CMYK0.100.7300.01
HSL291.85º97.87%63.14%-
HSV(B)291.85º72.73%99.22%-
XYZ51.8527.8495.57-
YUV137.52193.18192.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.45%
GREEN value IS 69 (27.34% from 255) = 12.55%
BLUE value IS 253 (99.22% from 255) = 46%
R=41.45%
G=12.55%
B=46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal228692530.100.7300.01291.8597.8763.14
HexE445FDA4901124623f
Octal344105375121110144414277
Binary1110010010001011111110110101001001011001001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E445FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E445FD; }

 p { color: rgb(228,69,253); }

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

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

 a { background-color: rgb(228,69,253); }

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

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

 span { border-color: rgb(228,69,253); }

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