#EA46FD

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

Shades of Pink Flamingo #EA46FD

Tints of Pink Flamingo #EA46FD

Color information

#EA46FD (or 0xEA46FD) is unknown color: approx Pink Flamingo. HEX triplet: EA, 46 and FD. RGB value is (234,70,253). Sum of RGB (Red+Green+Blue) = 234+70+253=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 70 (27.73% from 255 or 12.57% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA46FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA46FD is #15B902. Grayscale: #8B8B8B. Windows color (decimal): -1423619 or 16598762. OLE color: 16598762.

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

Color convert

RGB23470253-
CMYK0.080.7200.01
HSL293.77º97.86%63.33%-
HSV(B)293.77º72.33%99.22%-
XYZ53.8528.9695.68-
YUV139.9191.83195.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 70 (27.73% from 255) = 12.57%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=42.01%
G=12.57%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234702530.080.7200.01293.7797.8663.33
HexEA46FD84801126623f
Octal352106375101100144614277
Binary1110101010001101111110110001001000011001001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46FD; }

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

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

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

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

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

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

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

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