#EA47F7

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

Shades of Pink Flamingo #EA47F7

Tints of Pink Flamingo #EA47F7

Color information

#EA47F7 (or 0xEA47F7) is unknown color: approx Pink Flamingo. HEX triplet: EA, 47 and F7. RGB value is (234,71,247). Sum of RGB (Red+Green+Blue) = 234+71+247=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 71 (28.12% from 255 or 12.86% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA47F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA47F7 is #15B808. Grayscale: #8B8B8B. Windows color (decimal): -1423369 or 16205802. OLE color: 16205802.

HSL color Cylindrical-coordinate representation of color #EA47F7: hue angle of 295.57º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA47F7 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23471247-
CMYK0.050.7100.03
HSL295.57º91.67%62.35%-
HSV(B)295.57º71.26%96.86%-
XYZ52.9728.7190.75-
YUV139.8188.5195.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 71 (28.12% from 255) = 12.86%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=42.39%
G=12.86%
B=44.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234712470.050.7100.03295.5791.6762.35
HexEA47F7547031285c3e
Octal35210736751070345013476
Binary1110101010001111111011110110001110111001010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA47F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA47F7; }

 p { color: rgb(234,71,247); }

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

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

 a { background-color: rgb(234,71,247); }

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

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

 span { border-color: rgb(234,71,247); }

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