Html Css Color HEX #EF64EF Pink Flamingo

📋 copy color: '#EF64EF'

red 239 ◦ green 100 ◦ blue 239

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

Shades of Pink Flamingo #EF64EF

Tints of Pink Flamingo #EF64EF

RGB

 RED value IS 239 (93.75% from 255) = 41.35%

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

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

R = 41.35%
G = 17.3%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF64EF (or 0xEF64EF) is known color: Pink Flamingo. HEX triplet: EF, 64 and EF. RGB value is (239,100,239). Sum of RGB (Red+Green+Blue) = 239+100+239=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64EF is #109B10. Grayscale: #9C9C9C. Windows color (decimal): -1088273 or 15688943. OLE color: 15688943.

HSL color Cylindrical-coordinate representation of color #EF64EF: hue angle of 300º 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 #EF64EF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 239 -
CMYK 0 0.58 0 0.06
HSL 300º 0.81% 0.66% -
HSV(B) 300º 0.58% 0.94% -
XYZ 55.73 33.7 85.23 -
YUV 157.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 239 100 239 0 0.58 0 0.06 300 0.81 0.66
Hex EF 64 EF 0 3A 0 6 12C 51 42
Octal 357 144 357 0 72 0 6 454 121 102
Binary 11101111 1100100 11101111 0 111010 0 110 100101100 1010001 1000010

Color Harmonies of #EF64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64EF

Black with #EF64EF

Text Example


Text Example

White with #EF64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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