#EA3AFB

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

Shades of Pink Flamingo #EA3AFB

Tints of Pink Flamingo #EA3AFB

Color information

#EA3AFB (or 0xEA3AFB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 3A and FB. RGB value is (234,58,251). Sum of RGB (Red+Green+Blue) = 234+58+251=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 58 (23.05% from 255 or 10.68% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA3AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3AFB is #15C504. Grayscale: #848484. Windows color (decimal): -1426693 or 16464618. OLE color: 16464618.

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

Color convert

RGB23458251-
CMYK0.070.7700.02
HSL294.72º96.02%60.59%-
HSV(B)294.72º76.89%98.43%-
XYZ52.8627.4893.79-
YUV132.63194.81200.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 58 (23.05% from 255) = 10.68%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=43.09%
G=10.68%
B=46.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234582510.070.7700.02294.7296.0260.59
HexEA3AFB74D02127603d
Octal3527237371150244714075
Binary111010101110101111101111110011010101001001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3AFB; }

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

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

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

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

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

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

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

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