Html Css Color HEX #EF63FF Pink Flamingo

📋 copy color: '#EF63FF'

red 239 ◦ green 99 ◦ blue 255

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

Shades of Pink Flamingo #EF63FF

Tints of Pink Flamingo #EF63FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 40.3%
G = 16.69%
B = 43%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF63FF (or 0xEF63FF) is known color: Pink Flamingo. HEX triplet: EF, 63 and FF. RGB value is (239,99,255). Sum of RGB (Red+Green+Blue) = 239+99+255=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63FF is #109C00. Grayscale: #9E9E9E. Windows color (decimal): -1088513 or 16737263. OLE color: 16737263.

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

Color convert

RGB 239 99 255 -
CMYK 0.06 0.61 0 0
HSL 293.85º 1% 0.69% -
HSV(B) 293.85º 0.61% 1% -
XYZ 58.11 34.49 98.2 -
YUV 158.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 239 99 255 0.06 0.61 0 0 293.85 1 0.69
Hex EF 63 FF 6 3D 0 0 126 64 45
Octal 357 143 377 6 75 0 0 446 144 105
Binary 11101111 1100011 11111111 110 111101 0 0 100100110 1100100 1000101

Color Harmonies of #EF63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63FF

Black with #EF63FF

Text Example


Text Example

White with #EF63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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