#EA54FD

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

Shades of Pink Flamingo #EA54FD

Tints of Pink Flamingo #EA54FD

Color information

#EA54FD (or 0xEA54FD) is unknown color: approx Pink Flamingo. HEX triplet: EA, 54 and FD. RGB value is (234,84,253). Sum of RGB (Red+Green+Blue) = 234+84+253=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA54FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA54FD is #15AB02. Grayscale: #939393. Windows color (decimal): -1420035 or 16602346. OLE color: 16602346.

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

Color convert

RGB23484253-
CMYK0.080.6700.01
HSL293.25º97.69%66.08%-
HSV(B)293.25º66.8%99.22%-
XYZ54.8330.9296.01-
YUV148.12187.2189.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 84 (33.20% from 255) = 14.71%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=40.98%
G=14.71%
B=44.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234842530.080.6700.01293.2597.6966.08
HexEA54FD843011256242
Octal3521243751010301445142102
Binary11101010101010011111101100010000110110010010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA54FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA54FD; }

 p { color: rgb(234,84,253); }

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

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

 a { background-color: rgb(234,84,253); }

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

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

 span { border-color: rgb(234,84,253); }

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