#EB5AF3

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

Shades of Pink Flamingo #EB5AF3

Tints of Pink Flamingo #EB5AF3

Color information

#EB5AF3 (or 0xEB5AF3) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5A and F3. RGB value is (235,90,243). Sum of RGB (Red+Green+Blue) = 235+90+243=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB5AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5AF3 is #14A50C. Grayscale: #969696. Windows color (decimal): -1352973 or 15948523. OLE color: 15948523.

HSL color Cylindrical-coordinate representation of color #EB5AF3: hue angle of 296.86º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5AF3 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23590243-
CMYK0.030.6300.05
HSL296.86º86.44%65.29%-
HSV(B)296.86º62.96%95.29%-
XYZ54.0931.4588.01-
YUV150.8180.04188.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 90 (35.55% from 255) = 15.85%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=41.37%
G=15.85%
B=42.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235902430.030.6300.05296.8686.4465.29
HexEB5AF333F051295641
Octal35313236337705451126101
Binary1110101110110101111001111111111010110010100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AF3; }

 p { color: rgb(235,90,243); }

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

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

 a { background-color: rgb(235,90,243); }

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

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

 span { border-color: rgb(235,90,243); }

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