Html Css Color HEX #EB64F8 Pink Flamingo

📋 copy color: '#EB64F8'

red 235 ◦ green 100 ◦ blue 248

#EB64F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #EB64F8

Tints of Pink Flamingo #EB64F8

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 value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EB64F8 (or 0xEB64F8) is known color: 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

RGB 235 100 248 -
CMYK 0.05 0.60 0 0.03
HSL 294.73º 0.91% 0.68% -
HSV(B) 294.73º 0.6% 0.97% -
XYZ 55.76 33.55 92.34 -
YUV 157.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 235 100 248 0.05 0.60 0 0.03 294.73 0.91 0.68
Hex EB 64 F8 5 3C 0 3 127 5B 44
Octal 353 144 370 5 74 0 3 447 133 104
Binary 11101011 1100100 11111000 101 111100 0 11 100100111 1011011 1000100

Color Harmonies of #EB64F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64F8

Black with #EB64F8

Text Example


Text Example

White with #EB64F8

Text Example


Text Example

HTML Codes & Css Web 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>