#EB5DF8

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

Shades of Pink Flamingo #EB5DF8

Tints of Pink Flamingo #EB5DF8

Color information

#EB5DF8 (or 0xEB5DF8) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5D and F8. RGB value is (235,93,248). Sum of RGB (Red+Green+Blue) = 235+93+248=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5DF8 is #14A207. Grayscale: #989898. Windows color (decimal): -1352200 or 16276971. OLE color: 16276971.

HSL color Cylindrical-coordinate representation of color #EB5DF8: hue angle of 294.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5DF8 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23593248-
CMYK0.050.6200.03
HSL294.97º91.72%66.86%-
HSV(B)294.97º62.5%97.25%-
XYZ55.1232.2792.13-
YUV153.13181.54186.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 248 (97.27% from 255) = 43.06%
R=40.80%
G=16.15%
B=43.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235932480.050.6200.03294.9791.7266.86
HexEB5DF853E031275c43
Octal35313537057603447134103
Binary1110101110111011111100010111111001110010011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DF8; }

 p { color: rgb(235,93,248); }

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

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

 a { background-color: rgb(235,93,248); }

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

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

 span { border-color: rgb(235,93,248); }

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