#EA52FE

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

Shades of Pink Flamingo #EA52FE

Tints of Pink Flamingo #EA52FE

Color information

#EA52FE (or 0xEA52FE) is unknown color: approx Pink Flamingo. HEX triplet: EA, 52 and FE. RGB value is (234,82,254). Sum of RGB (Red+Green+Blue) = 234+82+254=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA52FE is #15AD01. Grayscale: #929292. Windows color (decimal): -1420546 or 16667370. OLE color: 16667370.

HSL color Cylindrical-coordinate representation of color #EA52FE: hue angle of 293.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA52FE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23482254-
CMYK0.080.6800.00
HSL293.02º98.85%65.88%-
HSV(B)293.02º67.72%99.61%-
XYZ54.8430.6896.8-
YUV147.06188.36190.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 82 (32.42% from 255) = 14.39%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=41.05%
G=14.39%
B=44.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234822540.080.6800.00293.0298.8565.88
HexEA52FE844001256342
Octal3521223761010400445143102
Binary11101010101001011111110100010001000010010010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52FE; }

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

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

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

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

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

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

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

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