#EB4EFF

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

Shades of Pink Flamingo #EB4EFF

Tints of Pink Flamingo #EB4EFF

Color information

#EB4EFF (or 0xEB4EFF) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4E and FF. RGB value is (235,78,255). Sum of RGB (Red+Green+Blue) = 235+78+255=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4EFF is #14B100. Grayscale: #909090. Windows color (decimal): -1356033 or 16731883. OLE color: 16731883.

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

Color convert

RGB23578255-
CMYK0.080.6900
HSL293.22º100%65.29%-
HSV(B)293.22º69.41%100%-
XYZ55.0430.3397.56-
YUV145.12190.01192.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 78 (30.86% from 255) = 13.73%
BLUE value IS 255 (100% from 255) = 44.89%
R=41.37%
G=13.73%
B=44.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235782550.080.6900293.2210065.29
HexEB4EFF845001256441
Octal3531163771010500445144101
Binary11101011100111011111111100010001010010010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4EFF; }

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

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

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

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

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

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

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

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