#EA40FD

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

Shades of Pink Flamingo #EA40FD

Tints of Pink Flamingo #EA40FD

Color information

#EA40FD (or 0xEA40FD) is unknown color: approx Pink Flamingo. HEX triplet: EA, 40 and FD. RGB value is (234,64,253). Sum of RGB (Red+Green+Blue) = 234+64+253=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40FD is #15BF02. Grayscale: #878787. Windows color (decimal): -1425155 or 16597226. OLE color: 16597226.

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

Color convert

RGB23464253-
CMYK0.080.7500.01
HSL293.97º97.93%62.16%-
HSV(B)293.97º74.7%99.22%-
XYZ53.4928.2595.56-
YUV136.38193.82197.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 64 (25.39% from 255) = 11.62%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=42.47%
G=11.62%
B=45.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234642530.080.7500.01293.9797.9362.16
HexEA40FD84B01126623e
Octal352100375101130144614276
Binary1110101010000001111110110001001011011001001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40FD; }

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

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

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

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

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

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

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

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