#E245FD

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

Shades of Pink Flamingo #E245FD

Tints of Pink Flamingo #E245FD

Color information

#E245FD (or 0xE245FD) is unknown color: approx Pink Flamingo. HEX triplet: E2, 45 and FD. RGB value is (226,69,253). Sum of RGB (Red+Green+Blue) = 226+69+253=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 69 (27.34% from 255 or 12.59% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #E245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245FD is #1DBA02. Grayscale: #888888. Windows color (decimal): -1948163 or 16598498. OLE color: 16598498.

HSL color Cylindrical-coordinate representation of color #E245FD: hue angle of 291.2º 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 #E245FD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22669253-
CMYK0.110.7300.01
HSL291.2º97.87%63.14%-
HSV(B)291.2º72.73%99.22%-
XYZ51.2227.5295.54-
YUV136.92193.51191.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 69 (27.34% from 255) = 12.59%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=41.24%
G=12.59%
B=46.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226692530.110.7300.01291.297.8763.14
HexE245FDB4901123623f
Octal342105375131110144314277
Binary1110001010001011111110110111001001011001000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245FD; }

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

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

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

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

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

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

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

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