#EA4AFE

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

Shades of Pink Flamingo #EA4AFE

Tints of Pink Flamingo #EA4AFE

Color information

#EA4AFE (or 0xEA4AFE) is unknown color: approx Pink Flamingo. HEX triplet: EA, 4A and FE. RGB value is (234,74,254). Sum of RGB (Red+Green+Blue) = 234+74+254=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4AFE is #15B501. Grayscale: #8D8D8D. Windows color (decimal): -1422594 or 16665322. OLE color: 16665322.

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

Color convert

RGB23474254-
CMYK0.080.7100.00
HSL293.33º98.9%64.31%-
HSV(B)293.33º70.87%99.61%-
XYZ54.2729.5596.61-
YUV142.36191.01193.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 74 (29.30% from 255) = 13.17%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=41.64%
G=13.17%
B=45.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234742540.080.7100.00293.3398.964.31
HexEA4AFE847001256340
Octal3521123761010700445143100
Binary11101010100101011111110100010001110010010010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4AFE; }

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

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

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

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

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

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

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

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