#E44CFD

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

Shades of Pink Flamingo #E44CFD

Tints of Pink Flamingo #E44CFD

Color information

#E44CFD (or 0xE44CFD) is unknown color: approx Pink Flamingo. HEX triplet: E4, 4C and FD. RGB value is (228,76,253). Sum of RGB (Red+Green+Blue) = 228+76+253=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #E44CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44CFD is #1BB302. Grayscale: #8D8D8D. Windows color (decimal): -1815299 or 16600292. OLE color: 16600292.

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

Color convert

RGB22876253-
CMYK0.100.7000.01
HSL291.53º97.79%64.51%-
HSV(B)291.53º69.96%99.22%-
XYZ52.3128.7595.72-
YUV141.63190.86189.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 76 (30.08% from 255) = 13.64%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=40.93%
G=13.64%
B=45.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal228762530.100.7000.01291.5397.7964.51
HexE44CFDA46011246241
Octal3441143751210601444142101
Binary11100100100110011111101101010001100110010010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44CFD; }

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

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

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

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

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

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

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

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