#EA4AFB

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

Shades of Pink Flamingo #EA4AFB

Tints of Pink Flamingo #EA4AFB

Color information

#EA4AFB (or 0xEA4AFB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 4A and FB. RGB value is (234,74,251). Sum of RGB (Red+Green+Blue) = 234+74+251=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4AFB is #15B504. Grayscale: #8D8D8D. Windows color (decimal): -1422597 or 16468714. OLE color: 16468714.

HSL color Cylindrical-coordinate representation of color #EA4AFB: hue angle of 294.24º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4AFB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23474251-
CMYK0.070.7100.02
HSL294.24º95.68%63.73%-
HSV(B)294.24º70.52%98.43%-
XYZ53.7929.3694.1-
YUV142.02189.51193.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 74 (29.30% from 255) = 13.24%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=41.86%
G=13.24%
B=44.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234742510.070.7100.02294.2495.6863.73
HexEA4AFB747021266040
Octal352112373710702446140100
Binary11101010100101011111011111100011101010010011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4AFB; }

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

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

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

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

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

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

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

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