Html Css Color HEX #EF63FA Pink Flamingo

📋 copy color: '#EF63FA'

red 239 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #EF63FA

Tints of Pink Flamingo #EF63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.84%

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

R = 40.65%
G = 16.84%
B = 42.52%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF63FA (or 0xEF63FA) is known color: Pink Flamingo. HEX triplet: EF, 63 and FA. RGB value is (239,99,250). Sum of RGB (Red+Green+Blue) = 239+99+250=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63FA is #109C05. Grayscale: #9D9D9D. Windows color (decimal): -1088518 or 16409583. OLE color: 16409583.

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

Color convert

RGB 239 99 250 -
CMYK 0.04 0.60 0 0.02
HSL 295.63º 0.94% 0.68% -
HSV(B) 295.63º 0.6% 0.98% -
XYZ 57.31 34.18 94.02 -
YUV 158.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 239 99 250 0.04 0.60 0 0.02 295.63 0.94 0.68
Hex EF 63 FA 4 3C 0 2 128 5E 44
Octal 357 143 372 4 74 0 2 450 136 104
Binary 11101111 1100011 11111010 100 111100 0 10 100101000 1011110 1000100

Color Harmonies of #EF63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63FA

Black with #EF63FA

Text Example


Text Example

White with #EF63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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