#EA40F9

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

Shades of Pink Flamingo #EA40F9

Tints of Pink Flamingo #EA40F9

Color information

#EA40F9 (or 0xEA40F9) is unknown color: approx Pink Flamingo. HEX triplet: EA, 40 and F9. RGB value is (234,64,249). Sum of RGB (Red+Green+Blue) = 234+64+249=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40F9 is #15BF06. Grayscale: #878787. Windows color (decimal): -1425159 or 16335082. OLE color: 16335082.

HSL color Cylindrical-coordinate representation of color #EA40F9: hue angle of 295.14º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA40F9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23464249-
CMYK0.060.7400.02
HSL295.14º93.91%61.37%-
HSV(B)295.14º74.3%97.65%-
XYZ52.862892.24-
YUV135.92191.82197.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 64 (25.39% from 255) = 11.70%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=42.78%
G=11.70%
B=45.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234642490.060.7400.02295.1493.9161.37
HexEA40F964A021275e3d
Octal35210037161120244713675
Binary1110101010000001111100111010010100101001001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40F9; }

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

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

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

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

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

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

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

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