Html Css Color HEX #EF64FA Pink Flamingo

📋 copy color: '#EF64FA'

red 239 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #EF64FA

Tints of Pink Flamingo #EF64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 40.58%
G = 16.98%
B = 42.44%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF64FA (or 0xEF64FA) is known color: Pink Flamingo. HEX triplet: EF, 64 and FA. RGB value is (239,100,250). Sum of RGB (Red+Green+Blue) = 239+100+250=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64FA is #109B05. Grayscale: #9E9E9E. Windows color (decimal): -1088262 or 16409839. OLE color: 16409839.

HSL color Cylindrical-coordinate representation of color #EF64FA: hue angle of 295.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF64FA is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 100 250 -
CMYK 0.04 0.6 0 0.02
HSL 295.6º 0.94% 0.69% -
HSV(B) 295.6º 0.6% 0.98% -
XYZ 57.41 34.37 94.05 -
YUV 158.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 239 100 250 0.04 0.6 0 0.02 295.6 0.94 0.69
Hex EF 64 FA 4 3C 0 2 128 5E 45
Octal 357 144 372 4 74 0 2 450 136 105
Binary 11101111 1100100 11111010 100 111100 0 10 100101000 1011110 1000101

Color Harmonies of #EF64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64FA

Black with #EF64FA

Text Example


Text Example

White with #EF64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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