#EB5DFC

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

Shades of Pink Flamingo #EB5DFC

Tints of Pink Flamingo #EB5DFC

Color information

#EB5DFC (or 0xEB5DFC) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5D and FC. RGB value is (235,93,252). Sum of RGB (Red+Green+Blue) = 235+93+252=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5DFC is #14A203. Grayscale: #999999. Windows color (decimal): -1352196 or 16539115. OLE color: 16539115.

HSL color Cylindrical-coordinate representation of color #EB5DFC: hue angle of 293.58º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5DFC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23593252-
CMYK0.070.6300.01
HSL293.58º96.36%67.65%-
HSV(B)293.58º63.1%98.82%-
XYZ55.7532.5295.43-
YUV153.58183.54186.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 93 (36.72% from 255) = 16.03%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=40.52%
G=16.03%
B=43.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal235932520.070.6300.01293.5896.3667.65
HexEB5DFC73F011266044
Octal35313537477701446140104
Binary111010111011101111111001111111110110010011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DFC; }

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

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

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

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

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

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

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

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