#EB4DFF

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

Shades of Pink Flamingo #EB4DFF

Tints of Pink Flamingo #EB4DFF

Color information

#EB4DFF (or 0xEB4DFF) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4D and FF. RGB value is (235,77,255). Sum of RGB (Red+Green+Blue) = 235+77+255=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DFF is #14B200. Grayscale: #8F8F8F. Windows color (decimal): -1356289 or 16731627. OLE color: 16731627.

HSL color Cylindrical-coordinate representation of color #EB4DFF: hue angle of 293.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4DFF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23577255-
CMYK0.080.7000
HSL293.26º100%65.1%-
HSV(B)293.26º69.8%100%-
XYZ54.9630.1997.54-
YUV144.53190.35192.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 77 (30.47% from 255) = 13.58%
BLUE value IS 255 (100% from 255) = 44.97%
R=41.45%
G=13.58%
B=44.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235772550.080.7000293.2610065.1
HexEB4DFF846001256441
Octal3531153771010600445144101
Binary11101011100110111111111100010001100010010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4DFF; }

 p { color: rgb(235,77,255); }

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

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

 a { background-color: rgb(235,77,255); }

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

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

 span { border-color: rgb(235,77,255); }

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