Html Css Color HEX #EB64EF Pink Flamingo

📋 copy color: '#EB64EF'

red 235 ◦ green 100 ◦ blue 239

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

Shades of Pink Flamingo #EB64EF

Tints of Pink Flamingo #EB64EF

RGB

 RED value IS 235 (92.19% from 255) = 40.94%

 GREEN value IS 100 (39.45% from 255) = 17.42%

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 40.94%
G = 17.42%
B = 41.64%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB64EF (or 0xEB64EF) is known color: Pink Flamingo. HEX triplet: EB, 64 and EF. RGB value is (235,100,239). Sum of RGB (Red+Green+Blue) = 235+100+239=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64EF is #149B10. Grayscale: #9B9B9B. Windows color (decimal): -1350417 or 15688939. OLE color: 15688939.

HSL color Cylindrical-coordinate representation of color #EB64EF: hue angle of 298.27º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB64EF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 100 239 -
CMYK 0.02 0.58 0 0.06
HSL 298.27º 0.81% 0.66% -
HSV(B) 298.27º 0.58% 0.94% -
XYZ 54.4 33.01 85.17 -
YUV 156.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 235 100 239 0.02 0.58 0 0.06 298.27 0.81 0.66
Hex EB 64 EF 2 3A 0 6 12A 51 42
Octal 353 144 357 2 72 0 6 452 121 102
Binary 11101011 1100100 11101111 10 111010 0 110 100101010 1010001 1000010

Color Harmonies of #EB64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64EF

Black with #EB64EF

Text Example


Text Example

White with #EB64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64EF; }

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

 H1.HeaderClassName
 {
   color: #EB64EF;
 }
 .AnyTagClassName
 {
   color: #EB64EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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