#EB3AFB

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

Shades of Pink Flamingo #EB3AFB

Tints of Pink Flamingo #EB3AFB

Color information

#EB3AFB (or 0xEB3AFB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 3A and FB. RGB value is (235,58,251). Sum of RGB (Red+Green+Blue) = 235+58+251=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 58 (23.05% from 255 or 10.66% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB3AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3AFB is #14C504. Grayscale: #848484. Windows color (decimal): -1361157 or 16464619. OLE color: 16464619.

HSL color Cylindrical-coordinate representation of color #EB3AFB: hue angle of 295.03º 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 #EB3AFB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23558251-
CMYK0.060.7700.02
HSL295.03º96.02%60.59%-
HSV(B)295.03º76.89%98.43%-
XYZ53.1927.6593.8-
YUV132.93194.64200.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 58 (23.05% from 255) = 10.66%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=43.20%
G=10.66%
B=46.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235582510.060.7700.02295.0396.0260.59
HexEB3AFB64D02127603d
Octal3537237361150244714075
Binary111010111110101111101111010011010101001001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3AFB; }

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

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

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

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

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

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

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

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