#EA45FA

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

Shades of Pink Flamingo #EA45FA

Tints of Pink Flamingo #EA45FA

Color information

#EA45FA (or 0xEA45FA) is unknown color: approx Pink Flamingo. HEX triplet: EA, 45 and FA. RGB value is (234,69,250). Sum of RGB (Red+Green+Blue) = 234+69+250=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 69 (27.34% from 255 or 12.48% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA45FA is #15BA05. Grayscale: #8A8A8A. Windows color (decimal): -1423878 or 16401898. OLE color: 16401898.

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

Color convert

RGB23469250-
CMYK0.060.7200.02
HSL294.7º94.76%62.55%-
HSV(B)294.7º72.4%98.04%-
XYZ53.3228.6593.16-
YUV138.97190.66195.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 69 (27.34% from 255) = 12.48%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=42.31%
G=12.48%
B=45.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234692500.060.7200.02294.794.7662.55
HexEA45FA648021275f3f
Octal35210537261100244713777
Binary1110101010001011111101011010010000101001001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45FA; }

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

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

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

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

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

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

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

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