Html Css Color HEX #EF63FE Pink Flamingo

📋 copy color: '#EF63FE'

red 239 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #EF63FE

Tints of Pink Flamingo #EF63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 40.37%
G = 16.72%
B = 42.91%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF63FE (or 0xEF63FE) is known color: Pink Flamingo. HEX triplet: EF, 63 and FE. RGB value is (239,99,254). Sum of RGB (Red+Green+Blue) = 239+99+254=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63FE is #109C01. Grayscale: #9E9E9E. Windows color (decimal): -1088514 or 16671727. OLE color: 16671727.

HSL color Cylindrical-coordinate representation of color #EF63FE: hue angle of 294.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF63FE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 99 254 -
CMYK 0.06 0.61 0 0.00
HSL 294.19º 0.99% 0.69% -
HSV(B) 294.19º 0.61% 1% -
XYZ 57.95 34.43 97.36 -
YUV 158.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 239 99 254 0.06 0.61 0 0.00 294.19 0.99 0.69
Hex EF 63 FE 6 3D 0 0 126 63 45
Octal 357 143 376 6 75 0 0 446 143 105
Binary 11101111 1100011 11111110 110 111101 0 0 100100110 1100011 1000101

Color Harmonies of #EF63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63FE

Black with #EF63FE

Text Example


Text Example

White with #EF63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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