#EA55FA

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

Shades of Pink Flamingo #EA55FA

Tints of Pink Flamingo #EA55FA

Color information

#EA55FA (or 0xEA55FA) is unknown color: approx Pink Flamingo. HEX triplet: EA, 55 and FA. RGB value is (234,85,250). Sum of RGB (Red+Green+Blue) = 234+85+250=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55FA is #15AA05. Grayscale: #939393. Windows color (decimal): -1419782 or 16405994. OLE color: 16405994.

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

Color convert

RGB23485250-
CMYK0.060.6600.02
HSL294.18º94.29%65.69%-
HSV(B)294.18º66%98.04%-
XYZ54.4430.8993.54-
YUV148.36185.36189.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 85 (33.59% from 255) = 14.94%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=41.12%
G=14.94%
B=43.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234852500.060.6600.02294.1894.2965.69
HexEA55FA642021265e42
Octal352125372610202446136102
Binary11101010101010111111010110100001001010010011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55FA; }

 p { color: rgb(234,85,250); }

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

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

 a { background-color: rgb(234,85,250); }

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

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

 span { border-color: rgb(234,85,250); }

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