#EA52F7

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

Shades of Pink Flamingo #EA52F7

Tints of Pink Flamingo #EA52F7

Color information

#EA52F7 (or 0xEA52F7) is unknown color: approx Pink Flamingo. HEX triplet: EA, 52 and F7. RGB value is (234,82,247). Sum of RGB (Red+Green+Blue) = 234+82+247=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 82 (32.42% from 255 or 14.56% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA52F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA52F7 is #15AD08. Grayscale: #919191. Windows color (decimal): -1420553 or 16208618. OLE color: 16208618.

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

Color convert

RGB23482247-
CMYK0.050.6700.03
HSL295.27º91.16%64.51%-
HSV(B)295.27º66.8%96.86%-
XYZ53.7430.2491-
YUV146.26184.86190.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 82 (32.42% from 255) = 14.56%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=41.56%
G=14.56%
B=43.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234822470.050.6700.03295.2791.1664.51
HexEA52F7543031275b41
Octal352122367510303447133101
Binary11101010101001011110111101100001101110010011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52F7; }

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

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

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

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

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

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

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

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