Html Css Color HEX #EF51FF Pink Flamingo

📋 copy color: '#EF51FF'

red 239 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #EF51FF

Tints of Pink Flamingo #EF51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.09%

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

R = 41.57%
G = 14.09%
B = 44.35%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF51FF (or 0xEF51FF) is known color: Pink Flamingo. HEX triplet: EF, 51 and FF. RGB value is (239,81,255). Sum of RGB (Red+Green+Blue) = 239+81+255=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 81 (32.03% from 255 or 14.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF51FF is #10AE00. Grayscale: #939393. Windows color (decimal): -1093121 or 16732655. OLE color: 16732655.

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

Color convert

RGB 239 81 255 -
CMYK 0.06 0.68 0 0
HSL 294.48º 1% 0.66% -
HSV(B) 294.48º 0.68% 1% -
XYZ 56.59 31.46 97.7 -
YUV 148.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 239 81 255 0.06 0.68 0 0 294.48 1 0.66
Hex EF 51 FF 6 44 0 0 126 64 42
Octal 357 121 377 6 104 0 0 446 144 102
Binary 11101111 1010001 11111111 110 1000100 0 0 100100110 1100100 1000010

Color Harmonies of #EF51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51FF

Black with #EF51FF

Text Example


Text Example

White with #EF51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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