#EA43FB

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

Shades of Pink Flamingo #EA43FB

Tints of Pink Flamingo #EA43FB

Color information

#EA43FB (or 0xEA43FB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 43 and FB. RGB value is (234,67,251). Sum of RGB (Red+Green+Blue) = 234+67+251=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 67 (26.56% from 255 or 12.14% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA43FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA43FB is #15BC04. Grayscale: #898989. Windows color (decimal): -1424389 or 16466922. OLE color: 16466922.

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

Color convert

RGB23467251-
CMYK0.070.7300.02
HSL294.46º95.83%62.35%-
HSV(B)294.46º73.31%98.43%-
XYZ53.3528.4793.95-
YUV137.91191.83196.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 67 (26.56% from 255) = 12.14%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=42.39%
G=12.14%
B=45.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234672510.070.7300.02294.4695.8362.35
HexEA43FB74902126603e
Octal35210337371110244614076
Binary1110101010000111111101111110010010101001001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA43FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA43FB; }

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

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

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

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

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

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

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

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