#EA3EFB

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

Shades of Pink Flamingo #EA3EFB

Tints of Pink Flamingo #EA3EFB

Color information

#EA3EFB (or 0xEA3EFB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 3E and FB. RGB value is (234,62,251). Sum of RGB (Red+Green+Blue) = 234+62+251=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 62 (24.61% from 255 or 11.33% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA3EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3EFB is #15C104. Grayscale: #868686. Windows color (decimal): -1425669 or 16465642. OLE color: 16465642.

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

Color convert

RGB23462251-
CMYK0.070.7500.02
HSL294.6º95.94%61.37%-
HSV(B)294.6º75.3%98.43%-
XYZ53.0727.993.86-
YUV134.97193.48198.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 62 (24.61% from 255) = 11.33%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=42.78%
G=11.33%
B=45.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234622510.070.7500.02294.695.9461.37
HexEA3EFB74B02127603d
Octal3527637371130244714075
Binary111010101111101111101111110010110101001001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3EFB; }

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

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

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

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

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

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

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

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