Html Css Color HEX #EF5FFF Pink Flamingo

📋 copy color: '#EF5FFF'

red 239 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #EF5FFF

Tints of Pink Flamingo #EF5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.13%

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

R = 40.58%
G = 16.13%
B = 43.29%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF5FFF (or 0xEF5FFF) is known color: Pink Flamingo. HEX triplet: EF, 5F and FF. RGB value is (239,95,255). Sum of RGB (Red+Green+Blue) = 239+95+255=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 95 (37.5% from 255 or 16.13% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFF is #10A000. Grayscale: #9B9B9B. Windows color (decimal): -1089537 or 16736239. OLE color: 16736239.

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

Color convert

RGB 239 95 255 -
CMYK 0.06 0.63 0 0
HSL 294º 1% 0.69% -
HSV(B) 294º 0.63% 1% -
XYZ 57.74 33.76 98.08 -
YUV 156.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 239 95 255 0.06 0.63 0 0 294 1 0.69
Hex EF 5F FF 6 3F 0 0 126 64 45
Octal 357 137 377 6 77 0 0 446 144 105
Binary 11101111 1011111 11111111 110 111111 0 0 100100110 1100100 1000101

Color Harmonies of #EF5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FFF

Black with #EF5FFF

Text Example


Text Example

White with #EF5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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