Html Css Color HEX #EF6AFF Pink Flamingo

📋 copy color: '#EF6AFF'

red 239 ◦ green 106 ◦ blue 255

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

Shades of Pink Flamingo #EF6AFF

Tints of Pink Flamingo #EF6AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.67%

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

R = 39.83%
G = 17.67%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF6AFF (or 0xEF6AFF) is known color: Pink Flamingo. HEX triplet: EF, 6A and FF. RGB value is (239,106,255). Sum of RGB (Red+Green+Blue) = 239+106+255=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AFF is #109500. Grayscale: #A2A2A2. Windows color (decimal): -1086721 or 16739055. OLE color: 16739055.

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

Color convert

RGB 239 106 255 -
CMYK 0.06 0.58 0 0
HSL 293.56º 1% 0.71% -
HSV(B) 293.56º 0.58% 1% -
XYZ 58.8 35.88 98.43 -
YUV 162.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 239 106 255 0.06 0.58 0 0 293.56 1 0.71
Hex EF 6A FF 6 3A 0 0 126 64 47
Octal 357 152 377 6 72 0 0 446 144 107
Binary 11101111 1101010 11111111 110 111010 0 0 100100110 1100100 1000111

Color Harmonies of #EF6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AFF

Black with #EF6AFF

Text Example


Text Example

White with #EF6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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