#EA46FB

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

Shades of Pink Flamingo #EA46FB

Tints of Pink Flamingo #EA46FB

Color information

#EA46FB (or 0xEA46FB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 46 and FB. RGB value is (234,70,251). Sum of RGB (Red+Green+Blue) = 234+70+251=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA46FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA46FB is #15B904. Grayscale: #8B8B8B. Windows color (decimal): -1423621 or 16467690. OLE color: 16467690.

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

Color convert

RGB23470251-
CMYK0.070.7200.02
HSL294.36º95.77%62.94%-
HSV(B)294.36º72.11%98.43%-
XYZ53.5328.8494.01-
YUV139.67190.83195.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 70 (27.73% from 255) = 12.61%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=42.16%
G=12.61%
B=45.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234702510.070.7200.02294.3695.7762.94
HexEA46FB74802126603f
Octal35210637371100244614077
Binary1110101010001101111101111110010000101001001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46FB; }

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

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

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

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

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

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

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

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