#EB64F8

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

Shades of Pink Flamingo #EB64F8

Tints of Pink Flamingo #EB64F8

Color information

#EB64F8 (or 0xEB64F8) is unknown color: approx Pink Flamingo. HEX triplet: EB, 64 and F8. RGB value is (235,100,248). Sum of RGB (Red+Green+Blue) = 235+100+248=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB64F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64F8 is #149B07. Grayscale: #9C9C9C. Windows color (decimal): -1350408 or 16278763. OLE color: 16278763.

HSL color Cylindrical-coordinate representation of color #EB64F8: hue angle of 294.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB64F8 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235100248-
CMYK0.050.6000.03
HSL294.73º91.36%68.24%-
HSV(B)294.73º59.68%97.25%-
XYZ55.7633.5592.34-
YUV157.24179.23183.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 100 (39.45% from 255) = 17.15%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=40.31%
G=17.15%
B=42.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351002480.050.6000.03294.7391.3668.24
HexEB64F853C031275b44
Octal35314437057403447133104
Binary1110101111001001111100010111110001110010011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64F8; }

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

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

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

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

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

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

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

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